File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# UI Toolkit
22
3+ The UI Toolkit package contains scripts and utilities for creating UI in Unity projects.
4+
5+ Import the package namespace in each class/script you want to use it. You may need to regenerate project files/assemblies first.
6+
7+ ``` csharp
8+ using Zigurous .UI ;
9+ ```
10+
311## Installation
412
513The Unity Package Manager can load a package from a Git repository on a remote server.
Original file line number Diff line number Diff line change 22 "name" : " com.zigurous.ui" ,
33 "version" : " 0.1.0" ,
44 "displayName" : " Zigurous UI Toolkit" ,
5- "description" : " Lorem ipsum dolor sit amet, consectetur adipiscing elit ." ,
5+ "description" : " The UI Toolkit package contains scripts and utilities for creating UI in Unity projects ." ,
66 "unity" : " 2019.4" ,
77 "repository" : " https://github.com/zigurous/unity-ui-toolkit" ,
88 "publishConfig" : {
You can’t perform that action at this time.
0 commit comments