-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 936 Bytes
/
package.json
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
34
35
36
37
38
39
40
{
"name": "com.edwon.tools",
"version": "1.2.0",
"displayName": "Edwon Tools",
"description": "edwon's tools and utilities for Unity",
"unity": "2019.2",
"unityRelease": "0f1",
"keywords": [],
"author": {
"name": "Edwon",
"email": "[email protected]",
"url": "https://www.edwon.tv"
},
"type": "tool",
"dependencies": {
"com.unity.ugui": "1.0.0"
},
"samples": [
{
"displayName": "UI Panel Pop Out",
"description": "sample of the UI panel pop out script",
"path": "Samples/UI Panel Pop Out"
},
{
"displayName": "UI Shapes",
"description": "standard simple shape textures for UI",
"path": "Samples/UI Shapes"
},
{
"displayName": "Spawner",
"description": " ",
"path": "Samples/Spawner"
},
{
"displayName": "Scoped Scriptable",
"description": " ",
"path": "Samples/Scoped Scriptable"
}
]
}