-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.37 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
{
"name": "com.unity.xr.arcore",
"displayName": "Google ARCore XR Plugin",
"version": "6.1.0-pre.3",
"unity": "6000.0",
"description": "Provides native Google ARCore integration for use with Unity's multi-platform XR API.\nSupports the following features:\n-Efficient Background Rendering\n-Horizontal Planes\n-Depth Data\n-Anchors\n-Hit Testing\n-Occlusion",
"keywords": [
"arcore",
"ar",
"augmented",
"xr",
"reality",
"core"
],
"dependencies": {
"com.unity.xr.arfoundation": "6.1.0-pre.3",
"com.unity.xr.core-utils": "2.2.2",
"com.unity.xr.management": "4.4.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0"
},
"_upm": {
"changelog": "### Added\n\n- Added the ability to turn the camera torch light on and off. Refer to the AR Foundation [Camera torch mode (flash)](xref:arfoundation-camera-torch-mode) documentation for more information\n\n### Changed\n\n- Changed AR Foundation dependency version from 6.1.0-pre.2 to 6.1.0-pre.3."
},
"upmCi": {
"footprint": "955656bd41240662d93e7e3570e7d310070506db"
},
"documentationUrl": "https://docs.unity3d.com/Packages/[email protected]/manual/index.html",
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/arfoundation.git",
"type": "git",
"revision": "b0b7626b9f7b60a40f43615ef897926cb4ebf98c"
}
}