-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.17 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.17 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
{
"name": "com.nianticspatial.nsdk.metaquest",
"displayName": "Niantic Spatial SDK Meta Plugin",
"version": "4.0.0-b2-26022000",
"unity": "6000.0",
"description": "Niantic Spatial SDK adapter for Meta devices",
"keywords": [
"meta",
"ar",
"augmented",
"xr",
"reality",
"niantic spatial"
],
"dependencies": {
"com.unity.xr.management": "4.4.0",
"com.unity.xr.openxr": "1.14.0",
"com.unity.xr.meta-openxr": "2.1.0",
"com.meta.xr.mrutilitykit": "83.0.1",
"com.nianticspatial.nsdk": "4.0.0-b1",
"com.unity.xr.arfoundation": "6.1.0",
"com.unity.inputsystem": "1.6.3"
},
"author": {
"name": "Niantic Spatial",
"email": "support@nianticspatial.com",
"url": "https://www.nianticspatial.com/"
},
"documentationUrl": "https://www.nianticspatial.com/docs/",
"changelogUrl": "https://lightship.dev/docs/ardk/release_notes/release3.0/",
"licensesUrl": "https://lightship.dev/legal/terms",
"repository": {},
"samples": [
{
"displayName": "Samples",
"description": "Contains sample scenes that demonstrate how to use NSDK features on a Meta Quest device.",
"path": "Samples~/Samples"
}
]
}