-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.47 KB
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
44
45
46
47
48
49
50
51
{
"name": "com.realitytoolkit.metaplatform",
"displayName": "RealityToolkit.MetaPlatform",
"description": "The Meta platform module for the Reality Toolkit by the Reality Collective.",
"version": "1.0.0-pre.19",
"documentationUrl": "https://realitytoolkit.realitycollective.net/",
"changelogUrl": "https://github.com/realitycollective/com.realitytoolkit.metaplatform/releases",
"licensesUrl": "https://github.com/realitycollective/com.realitytoolkit.metaplatform/blob/main/LICENSE.md",
"keywords": [
"vr",
"ar",
"xr",
"mixed",
"reality",
"immersive",
"unity",
"meta",
"oculus",
"quest"
],
"unity": "2022.3",
"homepage": "https://realitytoolkit.realitycollective.net/",
"bugs": {
"url": "https://github.com/realitycollective/com.realitytoolkit.metaplatform/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/realitycollective/com.realitytoolkit.metaplatform.git"
},
"author": {
"name": "Reality Collective",
"email": "realitycollectivedev@gmail.com",
"url": "https://github.com/realitycollective"
},
"publishConfig": {
"registry": "https://package.openupm.com"
},
"dependencies": {
"com.realitytoolkit.core": "1.0.0-pre.72",
"com.realitytoolkit.player": "1.0.5",
"com.realitytoolkit.boundary": "1.0.0-pre.6",
"com.unity.xr.oculus": "4.2.0"
},
"profiles": [
{
"displayName": "Default Assets",
"path": "Assets~/"
}
]
}