unity-ui

Inspect and iterate on Unity UI Toolkit and uGUI via tree commands.

39|4|Updated Nov 28, 2025
One-click install
npx skills add https://github.com/bigdra50/unity-cli --skill unity-ui-bigdra50
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-ui
Source: https://github.com/bigdra50/unity-cli/tree/main/skills/unity-ui
Command: npx skills add https://github.com/bigdra50/unity-cli --skill unity-ui-bigdra50

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

UI development in Unity often requires manual, repetitive checks to verify visuals, hierarchy, and behavior across UI Toolkit and uGUI, slowing iteration cycles.

Core Features & Use Cases

  • Dual-flow UI inspection and development iteration for Unity UI Toolkit and uGUI.
  • Quick diagnosis via tree inspection (uitree) and component inspection (u component inspect) with a visual feedback loop in Play mode.
  • Use case: rapidly validate new UI layouts and debug layout issues in editor and Play mode across both UI systems.

Quick Start

Run u uitree dump to inspect the current UI GameView and iterate UI changes in Play mode.

Frequently Asked Questions about unity-ui

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I inspect Unity UI hierarchy issues during development?

Inspect Unity UI hierarchy issues by running tree inspection commands to dump and query the UI structure, enabling rapid visual feedback and iteration during Play mode debugging.

Can I debug both UI Toolkit and uGUI layouts in the same workflow?

Debugging both UI Toolkit and uGUI layouts in the same workflow is supported through dual-flow inspection, allowing quick diagnosis of tree structures and components across both systems.

How do I automate Unity UI inspection to speed up iteration cycles?

Automate Unity UI inspection by executing tree dump and component inspect commands to validate new layouts, reducing manual repetitive checks and accelerating development iteration.

What's the best way to query UI elements in Unity Play mode?

Query UI elements in Unity Play mode by applying uitree query commands to inspect the current GameView, providing a visual feedback loop to verify behavior and hierarchy dynamically.

Does Unity UI inspection work for legacy UI troubleshooting?

Unity UI inspection works for legacy UI troubleshooting by extending component inspection and scene hierarchy checks to existing uGUI projects alongside new UI Toolkit development.