-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 724 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "com.ugui.extensions",
"displayName": "uGUI Extensions",
"version": "0.1.0",
"unity": "6000.0",
"description": "Reusable uGUI extension components for Unity 6 and newer.",
"keywords": [
"unity",
"ugui",
"ui",
"rounded image",
"gradient",
"outline"
],
"category": "UI",
"dependencies": {
"com.unity.ugui": "2.0.0"
},
"author": {
"name": "Unity UI Extensions Contributors"
},
"repository": {
"type": "git",
"url": "https://github.com/nelu572/Unity-UI-Extensions.git"
},
"samples": [
{
"displayName": "Basic Usage",
"description": "Minimal usage notes for the runtime components.",
"path": "Samples~/Basic Usage"
}
]
}