generated from realitycollective/com.realitytoolkit.upm.template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.34 KB
/
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
41
42
43
{
"name": "com.realitytoolkit.devicesimulation",
"displayName": "RealityToolkit.DeviceSimulation",
"description": "Development extnsion for the Reality Toolkit implementing simulated controller devices and headsets for faster iteration.",
"version": "1.0.0-pre.12",
"documentationUrl": "https://realitytoolkit.io",
"changelogUrl": "https://github.com/realitycollective/com.realitytoolkit.devicesimulation/releases",
"licensesUrl": "https://github.com/realitycollective/com.realitytoolkit.devicesimulation/blob/main/LICENSE.md",
"keywords": [
"VR",
"AR",
"XR",
"Mixed Reality"
],
"unity": "2022.3",
"homepage": "https://realitytoolkit.io",
"bugs": {
"url": "https://github.com/realitycollective/com.realitytoolkit.devicesimulation/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/realitycollective/com.realitytoolkit.devicesimulation"
},
"author": {
"name": "Reality Collective",
"email": "[email protected]",
"url": "https://github.com/realitycollective"
},
"publishConfig": {
"registry": "https://package.openupm.com"
},
"dependencies": {
"com.realitytoolkit.core": "1.0.0-pre.50",
"com.realitytoolkit.player": "1.0.5-pre.6"
},
"assets": [
{
"displayName": "Default Assets",
"path": "Assets~/"
}
]
}