Publisher | Unity Technologies |
---|---|
File size | 12.94MB |
Number of files | 450 |
Latest version | 1.1.0 |
Latest release date | 2023-12-08 12:10:30 |
First release date | 2023-10-27 03:42:11 |
Supported Unity versions | 2018.4.2 or higher |
QuizU is an official Unity sample of an interactive quiz application that shows how UI Toolkit components in Unity 2022 LTS can work together and leverage various design patterns. It’s a small but functional game, complete with multiple screens and game flow management.
QuizU was created mainly with programmers in mind, explaining UI Toolkit concepts and tools from a developer perspective. The sample demonstrates a very simple quiz game mechanic but the intent is to show and teach implementation techniques that you can use in your own projects.
The sample demonstrates UI Toolkit concepts and features, and programming design patterns, such as:
- Event dispatch and propagation
- The state pattern for game flow
- Managing menu screens in UI Toolkit
- The model-view-presenter pattern in QuizU
- Event handling in UI Toolkit
QuizU complements two pieces of content released in 2022 to help you get started with UI Toolkit:
- UI Toolkit sample – Dragon Crashers: This is another official Unity sample, also available on the Unity Asset Store. It’s a slice of a full-featured interface added to the 2D project Dragon Crashers, a mini RPG, using the Unity 2021 LTS UI Toolkit workflow at runtime.
User interface design and implementation in Unity: This free e-book covers UI design and art creation fundamentals, and then moves on to instructional sections on UI development in Unity, mainly with UI Toolkit, but also with a chapter covering Unity UI.