package.json 752 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "com.valvesoftware.unity.openvr",
  3. "displayName": "OpenVR XR Plugin",
  4. "version": "1.1.4",
  5. "unity": "2019.4",
  6. "description": "Provides rendering support for OpenVR devices in Unity XR. For input please see: https://github.com/ValveSoftware/steamvr_unity_plugin",
  7. "keywords": [
  8. "openvr",
  9. "xr",
  10. "virtual",
  11. "reality",
  12. "xreditorsubsystem",
  13. "xrsdk",
  14. "steamvr",
  15. "vr",
  16. "unity",
  17. "sdk",
  18. "valve"
  19. ],
  20. "dependencies": {
  21. "com.unity.xr.management": "3.2.13",
  22. "com.unity.ugui": "1.0.0",
  23. "com.unity.xr.legacyinputhelpers": "2.1.4"
  24. },
  25. "author": "Valve Corporation",
  26. "hideInEditor": false,
  27. "homepage": "https://github.com/ValveSoftware/unity-xr-plugin",
  28. "license": "BSD-3-Clause"
  29. }