package.json
890 Bytes
{
"name": "com.unity.xr.management",
"displayName": "XR Management",
"version": "3.0.6",
"unity": "2019.3",
"unityRelease": "0b9",
"description": "Package to provide for simple management of XR plugins. Provides help and management for loading, initialization, settings, and build support for XR plugins.",
"keywords": [
"xr",
"sdk",
"ar",
"vr",
"management",
"build"
],
"dependencies": {
"com.unity.subsystemregistration": "1.0.6"
},
"repository": {
"type": "git",
"url": "https://github.cds.internal.unity3d.com/unity/xr.sdk.management.git",
"revision": "a62b2f2d210898ad2b462b1f6e5e753efc4ff0ca"
},
"samples": [
{
"displayName": "Example XR Management implementation",
"description": "Example code showing how to implement various portions of the XR Management API.",
"path": "Samples~"
}
]
}