You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1015 B
35 lines
1015 B
{
|
|
"name": "com.unity.xr.management",
|
|
"displayName": "XR Plugin Management",
|
|
"version": "3.2.16",
|
|
"unity": "2019.4",
|
|
"description": "Package to provide for simple management of XR plug-ins. Provides help and management for loading, initialization, settings, and build support for XR plug-ins.",
|
|
"keywords": [
|
|
"xr",
|
|
"sdk",
|
|
"ar",
|
|
"vr",
|
|
"management",
|
|
"build",
|
|
"plugin"
|
|
],
|
|
"dependencies": {
|
|
"com.unity.xr.legacyinputhelpers": "2.1.2",
|
|
"com.unity.subsystemregistration": "1.0.6"
|
|
},
|
|
"repository": {
|
|
"url": "https://github.cds.internal.unity3d.com/unity/xr.sdk.management.git",
|
|
"type": "git",
|
|
"revision": "a502c5ffdef34dcbae312ceb5ab87af156125187"
|
|
},
|
|
"upmCi": {
|
|
"footprint": "8016fc44f28c898f4a653a49ec306ea3b70918ae"
|
|
},
|
|
"samples": [
|
|
{
|
|
"displayName": "Example XR Management implementation",
|
|
"description": "Example code showing how to implement various portions of the XR Management API.",
|
|
"path": "Samples~"
|
|
}
|
|
]
|
|
}
|