Skip to content

Commit 0d9b190

Browse files
committed
Update package description
1 parent b6ac9e8 commit 0d9b190

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

513
The Unity Package Manager can load a package from a Git repository on a remote server.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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": {

0 commit comments

Comments
 (0)