forked from vmasc-capabilities-lab/RUDE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (28 loc) · 897 Bytes
/
package.json
File metadata and controls
29 lines (28 loc) · 897 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
{
"name": "com.vmasc-capabilities-lab.rude",
"version": "1.0.0",
"displayName": "RUDE",
"description": "This Unity package was created for the VRPL by the VMASC Capabilities Laboratory ",
"unity": "2021.1",
"unityRelease": "7f1",
"documentationUrl": "https://github.com/vmasc-capabilities-lab/RUDE.git",
"changelogUrl": "https://github.com/vmasc-capabilities-lab/RUDE.git",
"licensesUrl": "https://github.com/vmasc-capabilities-lab/RUDE.git",
"repository": {
"type": "git",
"url": "https://github.com/vmasc-capabilities-lab/RUDE.git"
},
"dependencies": {},
"samples": [
{
"displayName": "Rude Manager Prefab",
"description": "Contains prefab of Events Manager",
"path": "Samples~/Rude_Manager_Prefab/"
},
{
"displayName": "Demo Scene",
"description": "Contains Demo Scene",
"path": "Samples~/Demo/"
}
]
}