unity-ui-automation
Installation
SKILL.md
UI Automation
Find, inspect, and interact with uGUI / UI Toolkit elements via unity-cli. This skill is the UI-focused complement to unity-playmode-testing (full runtime control).
Use When
- The user wants to locate UI elements by name or type.
- The task requires inspecting UI state before or after interaction.
- The user wants to click UI elements, set values, or run a short UI input sequence.
Do Not Use When
- The task is general Play Mode setup with no UI targeting requirement; use
unity-playmode-testing. - The request authors UI prefabs or scene hierarchy; use
unity-scene-createorunity-prefab-workflow.