Version: Unity 6.7 Alpha (6000.7)
Language : English
Bind a custom control to custom data type
Create a custom Editor window with C# script

Support for Editor UI

You can use UI Toolkit to create Editor UI and synchronize data between a property and a visual element for the Editor UI.

Topic Description
Get started with UI Toolkit Learn how to create a simple Editor window by an example.
Create a custom Editor window with C# script Learn how to create a custom Editor by an example.
Create a custom Inspector Learn how to create a custom Inspector by an example.
Create a default Inspector Learn how to create a default Inspector by an example.
SerializedObject data binding Understand data binding and learn how to do data binding by examples.
ViewData persistence Usage of the ViewData API.

Additional resources

Bind a custom control to custom data type
Create a custom Editor window with C# script