File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# UI Toolkit
2
2
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
+
3
11
## Installation
4
12
5
13
The 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 2
2
"name" : " com.zigurous.ui" ,
3
3
"version" : " 0.1.0" ,
4
4
"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 ." ,
6
6
"unity" : " 2019.4" ,
7
7
"repository" : " https://github.com/zigurous/unity-ui-toolkit" ,
8
8
"publishConfig" : {
You can’t perform that action at this time.
0 commit comments