Manipulates Unity YAML files, including scenes, prefabs, and assets, while maintaining metadata integrity and formatting.
The Unity Editor skill empowers Claude to interact directly with Unity's internal file system, allowing for precise editing of .unity, .prefab, and .asset files without opening the Unity Editor itself. It handles the complexities of Unity's YAML format, ensuring that GUIDs and File IDs remain consistent to prevent broken references. This skill is ideal for automating repetitive property changes, batch editing GameObjects, and performing surgical updates to ScriptableObjects while adhering to best practices like atomic writes and integrity validation.
Características Principales
01Automated integrity validation to ensure Unity can load edited files
021 GitHub stars
03Efficient selective loading and reading of large scene files
04Safe Unity YAML editing with GUID and File ID preservation
05Direct manipulation of Prefabs and ScriptableObjects via CLI
06Batch property updates across multiple GameObjects and assets
Casos de Uso
01Automating bulk property changes across hundreds of prefabs or scene objects
02Refactoring ScriptableObject data structures without breaking existing project references
03Performing surgical edits to GameObject components in headless or remote environments