-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.33 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.33 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
{
"name": "com.nianticspatial.nsdk",
"displayName": "Niantic Spatial Development Kit AR Plugin",
"version": "4.0.0-26041500",
"unity": "2021.3",
"description": "Provides native Niantic Spatial Development Kit integration for use with Unity's multi-platform XR API.\n* NSDK is a trademark of Niantic Spatial Inc., registered in the U.S. and other countries and regions. \n Samples available at https://github.com/nianticspatial/nsdk-samples-csharp",
"keywords": [
"nsdk",
"ar",
"vps",
"xr",
"reality",
"xreditorsubsystem",
"niantic spatial"
],
"author": {
"name": "Niantic Spatial",
"email": "support@nianticspatial.com",
"url": "https://www.nianticspatial.com/"
},
"dependencies": {
"com.unity.editorcoroutines": "1.0.0",
"com.unity.xr.arfoundation": "6.4.1",
"com.unity.xr.arcore": "6.4.1",
"com.unity.xr.arkit": "6.4.1",
"com.unity.xr.openxr": "1.6.0",
"com.unity.xr.core-utils": "2.1.0",
"com.unity.xr.management": "4.0.1",
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.burst": "1.8.17"
},
"documentationUrl": "https://www.nianticspatial.com/docs/",
"changelogUrl": "https://www.nianticspatial.com/docs/nsdk/release_notes/?platform=unity",
"licensesUrl": "https://www.nianticspatial.com/terms-business",
"repository": {},
"samples": []
}