-
Notifications
You must be signed in to change notification settings - Fork 96
/
package.json
29 lines (29 loc) · 1.1 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
{
"name": "com.google.ar.core.arfoundation.extensions",
"displayName": "ARCore Extensions",
"version": "1.46.0",
"unity": "2019.4",
"description": "Google ARCore Extensions for AR Foundation. This package provides access to ARCore features not covered by AR Foundation's cross platform API.",
"author":
{
"name": "Google LLC"
},
"dependencies":
{
"com.unity.xr.arfoundation": "4.1.5",
"com.unity.xr.arcore": "4.1.5",
"com.unity.xr.arkit": "4.1.5"
},
"samples": [
{
"displayName": "Persistent Cloud Anchor Sample",
"description": "The Persistent Cloud Anchor sample using ARCore Extensions. Demonstrates how to host and resolve Cloud Anchors.",
"path": "Samples~/PersistentCloudAnchors"
},
{
"displayName": "Geospatial Sample",
"description": "The Geospatial sample using ARCore Extensions. Demonstrates how to resolve Terrain anchors, check VPS availability, and obtain the camera's Geospatial pose.",
"path": "Samples~/Geospatial"
}
]
}