The UI Toolkit package contains scripts and utilities for creating UI in Unity projects. The package is intended to solve common problems that arise when developing UI and menus. The package is still early in development, and more functionality will be added over time.
Use the Unity Package Manager to install the UI Toolkit package.
- Open the Package Manager in
Window > Package Manager
- Click the add (
+
) button in the status bar - Select
Add package from git URL
from the add menu - Enter the following Git URL in the text box and click Add:
https://github.com/zigurous/unity-ui-toolkit.git
Import the package namespace in each script or file you want to use it. You may need to regenerate project files/assemblies first.
using Zigurous.UI;