package.json
1.13 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
38
39
{
"name": "com.unity.xr.management",
"displayName": "XR Plugin Management",
"version": "4.0.1",
"unity": "2019.4",
"unityRelease": "15f1",
"description": "Package that provides simple management of XR plug-ins. Manages and offers help with loading, initialization, settings, and build support for XR plug-ins.",
"keywords": [
"xr",
"sdk",
"ar",
"vr",
"management",
"build",
"plugin"
],
"dependencies": {
"com.unity.modules.subsystems": "1.0.0",
"com.unity.modules.vr": "1.0.0",
"com.unity.modules.xr": "1.0.0",
"com.unity.xr.legacyinputhelpers": "2.1.7",
"com.unity.subsystemregistration": "1.0.6"
},
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/xr.sdk.management.git",
"type": "git",
"revision": "7be7864c531ec05f0ba18503a2bb44684061e071"
},
"upmCi": {
"footprint": "e1f7f45e78f680dd5b09483df4f570dd0c413405"
},
"samples": [
{
"displayName": "Example XR Management implementation",
"description": "Example code showing how to implement various portions of the XR Management API.",
"path": "Samples~"
}
]
}