unity-agentic-editor
Installation
SKILL.md
Unity Agentic Editor
Use this skill for any Unity Agentic Tools operation that requires a reachable live editor bridge.
Rules
- Use bridge commands only through CLI.
- Most editor behaviors route through
editor invokeand static APIs underUnityAgenticTools.Create.*,UnityAgenticTools.Update.*, andUnityAgenticTools.Util.*. - Use
UnityAgenticTools.Create.*andUnityAgenticTools.Update.*here for scene/prefab mutations because they require the live editor bridge. - Before UI interactions, run snapshots to obtain current refs:
editor invoke UnityAgenticTools.Util.Hierarchy Snapshot->@hNeditor invoke UnityAgenticTools.Util.UI Snapshot->@uN
- Re-snapshot after scene changes, play mode changes, or domain reload.
Usage index
Related skills