July 2021
Beginner
274 pages
4h 37m
English
The UI Toolkit is Unity’s new retained-mode GUI solution to help with both editor GUI and runtime UI creation. At the time of writing, the UI Toolkit for runtime is still in preview and under active development. However, it is usable for editor GUI authoring and has many new features plus flexibility over IMGUI. In this chapter, I will walk you through the basic ways of creating an editor GUI with UI Toolkit by implementing a custom editor, PropertyDrawer, and EditorWindow with UI Toolkit via C# and UI Builder ...
Read now
Unlock full access