-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
44 lines (44 loc) · 1.72 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
35
36
37
38
39
40
41
42
43
44
{
"name": "com.unity.xr.arfoundation",
"displayName": "AR Foundation",
"version": "6.1.0-pre.5",
"unity": "6000.0",
"description": "AR Foundation enables you to create multi-platform augmented reality (AR) apps with Unity. To learn more about AR Foundation, click the Documentation link above.",
"keywords": [
"xreditorsubsystem",
"xr",
"ar",
"augmented",
"mixed",
"reality",
"foundation",
"core",
"subsystem",
"simulation",
"visualscripting"
],
"dependencies": {
"com.unity.editorcoroutines": "1.0.0",
"com.unity.inputsystem": "1.6.3",
"com.unity.xr.core-utils": "2.5.1",
"com.unity.xr.management": "4.4.0",
"com.unity.ugui": "2.0.0",
"com.unity.mathematics": "1.2.6",
"com.unity.modules.particlesystem": "1.0.0",
"com.unity.modules.ui": "1.0.0",
"com.unity.modules.unityanalytics": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0"
},
"_upm": {
"changelog": "### Fixed\n\n- Fixed the `SimulationEnvironmentProbeSubsystem` so that [automatic placement](xref:arfoundation-environment-probes#automatic-placement) of environment probes can be enabled or disabled, as is possible on other AR platforms.\n- Fixed the AR Environment Probe Manager component so that it can no longer throw an `ArgumentNullException` when you unload a scene containing one or more environment probes."
},
"upmCi": {
"footprint": "e05089aa7d11b76232fd4d5300cd19be1f3f46c1"
},
"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"
}
}