forked from DarkRewar/BaseTool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 993 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
{
"name": "com.lignus.basetool",
"version": "0.4.0",
"displayName": "Base Tool",
"description": "The starter package to your every Unity projects",
"unity": "2021.3",
"unityRelease": "10f1",
"category": "Scripts",
"keywords": [
"tool",
"starter",
"game"
],
"author": {
"name": "Curtis Pelissier",
"email": "[email protected]",
"url": "https://rewar.fr"
},
"hideInEditor": false,
"samples": [
{
"displayName": "Movement Samples",
"description": "Contains sample projects to understand and/or easily setup multiple movement features.",
"path": "Samples~/Movement"
},
{
"displayName": "Shooter Sample",
"description": "Contains sample project with the basic shooter features",
"path": "Samples~/Shooter"
},
{
"displayName": "UI Sample",
"description": "Contains sample project to try the UI workflow and understand how it works",
"path": "Samples~/UI"
}
]
}