-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
32 lines (32 loc) · 1.25 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
{
"name": "com.unity.xr.arkit",
"displayName": "Apple ARKit XR Plugin",
"version": "6.1.0-pre.5",
"unity": "6000.0",
"description": "Provides native Apple ARKit 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-Face Tracking\n-Environment Probes\n-Meshing\n-Occlusion\n\n* Apple and ARKit are trademarks of Apple Inc., registered in the U.S. and other countries and regions.",
"keywords": [
"arkit",
"ar",
"augmented",
"xr",
"reality"
],
"dependencies": {
"com.unity.editorcoroutines": "1.0.0",
"com.unity.xr.arfoundation": "6.1.0-pre.5",
"com.unity.xr.core-utils": "2.2.2",
"com.unity.xr.management": "4.4.0"
},
"_upm": {
"changelog": "### Changed\n\n- Changed AR Foundation dependency version from 6.1.0-pre.4 to 6.1.0-pre.5."
},
"upmCi": {
"footprint": "e0bb146fb19f5c8b13d8459235346953df260664"
},
"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": "cf03d2509a43128acf7c349e33bcd3518c04b3c0"
}
}