unity-ui

Create and batch assemble Unity UI elements like Canvas, Button, Text, and Image.

8|1|Updated Oct 7, 2025
One-click install
npx skills add https://github.com/Zzulin/unity-project01 --skill unity-ui-zzulin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-ui
Source: https://github.com/Zzulin/unity-project01/tree/main/URP1/Plugins/Unity-Skills-main/SkillsForUnity/unity-skills~/skills/ui
Command: npx skills add https://github.com/Zzulin/unity-project01 --skill unity-ui-zzulin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating Unity UI elements such as Canvas, Button, Text, and Image can be slow and error-prone when built from scratch; this Skill provides a clear, repeatable approach to quickly assemble common UI structures.

Core Features & Use Cases

  • Create individual UI elements (Canvas, Panel, Button, Text, Image) with defined properties and typical layouts.
  • Batch-related operations (ui_create_batch) to assemble multiple UI components in a single operation.
  • Use cases include building in-game menus, HUDs, and inventory panels with consistent styling and layout rules.

Quick Start

Create a new Canvas or use an existing Canvas, then apply the batch UI creation workflow to generate the desired elements.

Frequently Asked Questions about unity-ui

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

FAQPage Schema
How do I batch create Unity UI elements like Canvas and Button?

You can batch create Unity UI elements by using a framework that guides element creation and arrangement, allowing you to assemble multiple components like Canvas, Button, Text, and Image in a single operation.

What is the best way to quickly assemble a Unity UI for an in-game menu?

The best way to quickly assemble a Unity UI for menus is to use a repeatable approach that applies batch layout composition rules to generate consistent styling across the required interface elements.

Can I use this Unity UI batch workflow for building a game HUD?

Yes, you can use this Unity UI batch workflow for building game HUDs, as it supports common interface layouts and allows rapid construction of consistent UI structures directly within Unity.

Do I need external tools to build Unity UI components with this approach?

No, you do not need external tools to build Unity UI components with this approach, because it relies entirely on Unity's built-in UI components and documented module conventions.

How does batch UI assembly handle text and image layout in Unity?

Batch UI assembly handles text and image layout by applying defined properties and typical layout rules, ensuring multiple UI components are arranged consistently across a single Canvas.