package.json 782 B

1234567891011121314151617181920212223
  1. {
  2. "name": "com.unity.xr.openvr.standalone",
  3. "displayName": "OpenVR Desktop",
  4. "version": "2.0.5",
  5. "unity": "2019.3",
  6. "description": "*** IMPORTANT : READ ME ***\n\nThis package is deprecated and will be removed in Unity 2020.1.\n\nThis package contains the necessary components required to use the OpenVR SDK on desktop platforms. By using this package, you will be able to deploy and run your applications on SteamVR supported devices.",
  7. "keywords": [
  8. "openvr",
  9. "xr",
  10. "vr",
  11. "virtual",
  12. "open",
  13. "steam",
  14. "steamvr",
  15. "deprecated"
  16. ],
  17. "dependencies": {},
  18. "repository": {
  19. "type": "git",
  20. "url": "git@github.com:Unity-Technologies/com.unity.xr.openvr.standalone.git",
  21. "revision": "359d95b0f8ab074d6c475988d5cf97975ee978c4"
  22. }
  23. }