generated from realitycollective/com.realitytoolkit.upm.template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "com.realitytoolkit.pico",
"displayName": "RealityToolkit.Pico",
"description": "The PICO platform components for the Reality Toolkit. This package enables your Reality Toolkit based project to run on PICO devices.",
"keywords": [
"VR",
"AR",
"XR",
"Mixed Reality"
],
"version": "1.0.2-pre.8",
"unity": "2021.3",
"homepage": "https://github.com/realitycollective",
"bugs": {
"url": "https://github.com/realitycollective/realitytoolkit.dev/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/realitycollective/com.realitytoolkit.pico"
},
"author": {
"name": "Reality Collective",
"email": "[email protected]",
"url": "https://github.com/realitycollective"
},
"dependencies": {
"com.realitytoolkit.core": "1.0.0-pre.37",
"com.realitytoolkit.player": "1.0.3-pre.1",
"com.unity.xr.picoxr": "2.3.4"
},
"assets": [
{
"displayName": "Default Assets",
"path": "Assets~/"
}
]
}