unity-ui

Create and configure Unity UGUI interface elements within Canvas workflows.

5|1|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/batihandev/unity-mcp-skills --skill unity-ui-batihandev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-ui
Source: https://github.com/batihandev/unity-mcp-skills/tree/main/skills/ui
Command: npx skills add https://github.com/batihandev/unity-mcp-skills --skill unity-ui-batihandev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps AI agents create and modify Unity UGUI interfaces reliably by providing routing guidance, creation workflows, layout practices, and safeguards against common UI implementation mistakes.

Core Features & Use Cases

  • UGUI Authoring Guidance: Provides workflows for creating Canvas objects, buttons, text, images, input fields, sliders, toggles, dropdowns, and other Unity UI elements.
  • Layout and Property Management: Guides agents through anchoring, sizing, layout groups, visual effects, selectable configuration, and text handling for production-ready interfaces.
  • Use Case: Build a game menu, HUD, or interactive interface in Unity while avoiding incorrect tool usage and applying recommended layout and verification patterns.

Quick Start

Use the unity-ui skill to create a Canvas with a main menu panel containing buttons and arrange the elements using recommended Unity UI workflows.

Frequently Asked Questions about unity-ui

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

FAQPage Schema
How do I automate Unity UGUI creation for game menus and HUDs?

You can automate Unity UGUI creation by following structured workflows that guide AI agents through generating Canvas objects, buttons, text, and panels. These workflows apply layout practices and verification patterns to ensure reliable interface assembly without manual setup errors.

What is the best way to manage Unity Canvas layout and anchoring for UI elements?

Managing Unity Canvas layout requires applying recommended anchoring, sizing, and layout group practices. Structured workflows guide you through configuring these properties to ensure production-ready interfaces and avoid common visual layout mistakes across different screen resolutions.

Can I use this to build interactive Unity UI controls like sliders and toggles?

Yes, you can build interactive Unity UI controls including sliders, toggles, dropdowns, and input fields. The workflow provides creation guidance and selectable configuration steps to ensure these elements function correctly within your Canvas hierarchy.

Do I need Unity MCP command routing to create UGUI elements?

Yes, Unity MCP command routing is required to create and manage UGUI elements. This routing provides the necessary communication layer for the AI agent to interact with the Unity Editor and execute automated UI authoring tasks reliably.

Why does my automated Unity UI layout break during property updates?

Automated Unity UI layouts break during property updates due to incorrect tool usage or missing verification patterns. Applying structured workflows for anchoring, sizing, and layout groups prevents these common implementation mistakes and ensures stable UI configurations.