Executes dynamic C# code within the Unity Editor to automate scene manipulation, prefab wiring, and inspector adjustments.
The uloop-execute-dynamic-code skill enables seamless automation of the Unity Editor by executing C# statements directly through the uLoop CLI. It is specifically designed for editor-side operations such as wiring prefabs, modifying materials, and batch editing scene hierarchies without the need to create permanent script files. By utilizing SerializedObject and UnityEditor APIs, this skill allows Claude to perform complex manual editor tasks programmatically, serving as an AI autopilot for repetitive Unity development workflows.
Key Features
01Batch scene and hierarchy editing capabilities
02Advanced prefab and material wiring via PrefabUtility and SerializedObject
03117 GitHub stars
04Instant C# execution within the Unity Editor environment
05Dry-run support with compile-only execution mode
06Automatic Unity type qualification for streamlined coding
Use Cases
01Performing batch modifications to components and inspector properties across multiple objects
02Automating the setup and reference wiring of complex prefab hierarchies
03Programmatically creating and configuring materials and shaders within the editor