unity-uitoolkit

Create UXML layouts, USS styles, and UIDocument integration in Unity projects.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/lrbjk/FenShen_Remake_V0 --skill unity-uitoolkit-lrbjk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-uitoolkit
Source: https://github.com/lrbjk/FenShen_Remake_V0/tree/main/.codex/skills/unity-skills/skills/uitoolkit
Command: npx skills add https://github.com/lrbjk/FenShen_Remake_V0 --skill unity-uitoolkit-lrbjk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the creation and iteration of Unity UI using the UI Toolkit by providing a structured approach to authoring UXML layouts, USS styles, and UIDocument integration in scenes.

Core Features & Use Cases

  • Create USS and UXML files using dedicated UITK commands (e.g., uitk_create_uss, uitk_create_uxml).
  • Generate UI from templates, inspect and modify UXML structures, and attach UIDocuments to scenes.
  • Localize UI text automatically based on user language and support design tokens, panels, and style rules.

Quick Start

Create a new UXML/USS pair for a panel using uitk_create_from_template and attach it to a UIDocument in a scene.

Frequently Asked Questions about unity-uitoolkit

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

FAQPage Schema
How do I create UXML layouts and USS styles in Unity?

You can create UXML layouts and USS styles in Unity by using dedicated commands to generate files, which streamlines the process of authoring UI structures and style rules for your projects.

What is the best way to automate Unity UI Toolkit workflows?

Automating Unity UI Toolkit workflows is best handled by generating UI from templates, inspecting UXML structures, and attaching UIDocuments to scenes to quickly design, style, and deploy UI.

Does Unity UI Toolkit support generating UI from templates?

Yes, Unity UI Toolkit supports generating UI from templates, allowing you to quickly create a new UXML and USS pair for a panel and attach it to a UIDocument in a scene.

Can I localize UI text automatically with Unity UI Toolkit?

Yes, you can localize UI text automatically based on user language within Unity UI Toolkit, alongside utilizing design tokens, panels, and style rules for comprehensive UI management.

Do I need a specific Unity version to use UI Toolkit features?

Yes, you need Unity 2022.3 or higher to use these UI Toolkit features, ensuring full compatibility with UIDocument integration and uitk commands for creating UXML and USS files.

How do I attach a UIDocument to a scene in Unity?

To attach a UIDocument to a Unity scene, you generate the UXML and USS files from a template and wire them directly into the scene, completing the UI deployment process.