package.json 708 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "com.ximmerse.xr",
  3. "displayName": "Rhinox XR Plugin",
  4. "version": "1.7.2",
  5. "unity": "2019.4",
  6. "description": "Provides rendering and input support for ximmerse XR.",
  7. "keywords": [
  8. "ximmerse",
  9. "vr",
  10. "xr",
  11. "reality",
  12. "xreditorsubsystem"
  13. ],
  14. "dependencies": {
  15. "com.unity.xr.management": "3.2.9",
  16. "com.unity.xr.legacyinputhelpers": "2.1.4",
  17. "com.unity.xr.arsubsystems": "4.1.9",
  18. "com.unity.xr.interaction.toolkit": "2.0.0",
  19. "com.unity.inputsystem": "1.3.0",
  20. "com.unity.xr.openxr": "1.5.3"
  21. },
  22. "samples": [
  23. {
  24. "displayName": "SDK",
  25. "description": "Basic sample, minimal project setup.",
  26. "path": "Samples~/SDK"
  27. }
  28. ]
  29. }