What problem does it solve?
This Skill helps you choose the correct Unity tool, workflow, and project pattern without wasting time comparing overlapping options. It reduces architecture mistakes, avoids deprecated paths, and keeps Unity projects aligned with current engine defaults and upgrade constraints.
Core Features & Use Cases
- Default stack selection: Picks the recommended Unity option for UI, async, loading, input, rendering, networking, audio, testing, and builds.
- Project architecture guidance: Covers asmdefs, serialization, CoreCLR readiness, static state lifecycle, pooling, and performance hygiene.
- Editor and production workflows: Supports custom editor tools, Addressables, URP, multiplayer services, CLI-driven editor control, and CI-friendly build/testing setups.
- Use case: A developer asks whether to use UI Toolkit or UGUI, how to structure async code safely, or how to prepare a project for Unity 6.8 and this Skill gives the prescribed path and the relevant escape hatches.
Quick Start
Ask the assistant to review your Unity feature, choose the default stack, and explain any justified departures from it.