Source metadata
- Type: Official Unity e-book
- Maintainer: Unity
- Date on source page: 2023-10-20
- Primary URL: User interface design and implementation in Unity
Key takeaways
- The book is explicitly split between UI design principles and Unity implementation workflows.
- It gives a clear side-by-side comparison of Unity UI and UI Toolkit, including workflow, styling, event handling, and appropriate use cases.
- UI Toolkit is presented as the scalable, retained-mode, modern route for many screen-space interfaces, while Unity UI remains useful for some world-space or legacy-style workflows.
- The guide strongly connects UI implementation to authoring tools such as UI Builder, UXML, and USS.
Notable claims
- Unity recommends progressive migration to UI Toolkit rather than assuming teams must switch all UI at once.
- UI design and implementation are inseparable: layout, styling, assets, and event wiring are treated as one pipeline.
Relevance
This source primarily informs:
Open questions raised
- When should the vault recommend Unity UI over UI Toolkit for student projects?
- How much implementation detail belongs on the game-design page versus on tool-reference pages?