1234567891011121314151617181920212223242526272829303132333435 |
- {
- "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~"
- }
- ]
- }
|