package.json 1015 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "com.unity.xr.management",
  3. "displayName": "XR Plugin Management",
  4. "version": "3.2.16",
  5. "unity": "2019.4",
  6. "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.",
  7. "keywords": [
  8. "xr",
  9. "sdk",
  10. "ar",
  11. "vr",
  12. "management",
  13. "build",
  14. "plugin"
  15. ],
  16. "dependencies": {
  17. "com.unity.xr.legacyinputhelpers": "2.1.2",
  18. "com.unity.subsystemregistration": "1.0.6"
  19. },
  20. "repository": {
  21. "url": "https://github.cds.internal.unity3d.com/unity/xr.sdk.management.git",
  22. "type": "git",
  23. "revision": "a502c5ffdef34dcbae312ceb5ab87af156125187"
  24. },
  25. "upmCi": {
  26. "footprint": "8016fc44f28c898f4a653a49ec306ea3b70918ae"
  27. },
  28. "samples": [
  29. {
  30. "displayName": "Example XR Management implementation",
  31. "description": "Example code showing how to implement various portions of the XR Management API.",
  32. "path": "Samples~"
  33. }
  34. ]
  35. }