app-ui

Guide Unity developers in building App UI interfaces with UXML and USS.

9|3|Updated May 8, 2025
One-click install
npx skills add https://github.com/needle-mirror/com.unity.dt.app-ui --skill app-ui-needle-mirror
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: app-ui
Source: https://github.com/needle-mirror/com.unity.dt.app-ui/tree/main/Plugins~/skills/app-ui
Command: npx skills add https://github.com/needle-mirror/com.unity.dt.app-ui --skill app-ui-needle-mirror

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unity developers building UIs with App UI face repetitive patterns, inconsistent implementations, and boilerplate setup. This skill provides expert guidance, patterns, and real-world examples to accelerate component creation, styling, MVVM workflows, navigation, and overlays in Unity.

Core Features & Use Cases

  • Guidance on panels, themes, and UI Toolkit integration for consistent look and behavior.
  • Examples for common UI patterns: buttons, text fields, overlays, dialogs, and navigation.
  • Use Case: design a settings screen with a panel root, overlay popups, and a responsive layout.

Quick Start

Ask me to scaffold a basic App UI panel in Unity with a Button and a sample TextField to see patterns in action.

Frequently Asked Questions about app-ui

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

FAQPage Schema
How do I build a UI panel in Unity using App UI?

Building a UI panel in Unity with App UI involves using a panel root structure and adding elements like buttons and TextFields. This skill provides patterns and real-world examples to accelerate panel creation and ensure consistent behavior.

What is the best way to structure MVVM architecture in Unity UI?

The best way to structure MVVM architecture in Unity UI is by separating your view logic from data binding logic. This skill provides expert guidance and best practices for implementing MVVM workflows to reduce boilerplate and maintain consistent implementations.

How do I create overlay popups and dialogs in Unity?

Creating overlay popups and dialogs in Unity is supported through App UI patterns. This skill offers examples for common UI patterns including overlays, dialogs, and navigation to help you design responsive screens like settings menus.

Does App UI work with UXML and USS for styling Unity interfaces?

Yes, App UI works with UXML and USS for styling Unity interfaces. This skill references usage of both UXML and USS, providing guidance on themes and UI Toolkit integration to achieve a consistent look across your application.

How do I set up navigation and responsive layouts for Unity UI components?

Setting up navigation and responsive layouts for Unity UI components requires applying specific App UI patterns. This skill provides best practices and example code to guide you through navigation flows and responsive design implementations.