package.json 690 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "com.ximmerse.xr",
  3. "displayName": "Ximmerse 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. },
  21. "samples": [
  22. {
  23. "displayName": "Hello Unity",
  24. "description": "Basic sample, minimal project setup.",
  25. "path": "Samples~/hello-unity"
  26. }
  27. ]
  28. }