unity-development
Use for Unity Editor automation through UniCli in projects where `unicli` is available: running `unicli exec`/`unicli eval`, editing files under `Assets/` or `Packages/`, compiling Unity code, running EditMode/PlayMode tests, and creating or modifying GameObjects, scenes, prefabs, assets, packages, build settings, or project settings. Follow required safeguards such as `AssetDatabase.Import` after file changes and `Compile` verification after C# edits.
Installation and usage
Use for Unity Editor automation through UniCli in projects where `unicli` is available: running `unicli exec`/`unicli eval`, editing files under `Assets/` or `Packages/`, compiling Unity code, running EditMode/PlayMode tests, and creating or modifying GameObjects, scenes, prefabs, assets, packages, build settings, or project settings. Follow required safeguards such as `AssetDatabase.Import` after file changes and `Compile` verification after C# edits.
Depois de instalar, você pode usar esta skill executando o seguinte comando no terminal:
skills use unity-development