package.json 1009 B

123456789101112131415161718192021222324
  1. {
  2. "name": "com.unity.xr.oculus.standalone",
  3. "displayName": "Oculus Desktop",
  4. "version": "2.38.4",
  5. "unity": "2019.3",
  6. "description": "*** IMPORTANT : READ ME ***\n\nThis package is deprecated and will be removed in Unity 2020.1.\n\nIf you are using this package, consider upgrading to the XR Plugin System. More information on the XR Plugin System can be found here: https://docs.unity3d.com/2019.3/Documentation/Manual/XR.html\n\nThis package contains the necessary components required to use the Oculus Virtual Reality SDK on desktop platforms. By using this package, you will be able to deploy and run your applications on Oculus supported devices.",
  7. "keywords": [
  8. "oculus",
  9. "xr",
  10. "vr",
  11. "virtual",
  12. "sdk",
  13. "standalone",
  14. "desktop",
  15. "rift",
  16. "deprecated"
  17. ],
  18. "dependencies": {},
  19. "repository": {
  20. "type": "git",
  21. "url": "git@github.com:Unity-Technologies/com.unity.xr.oculus.legacy.git",
  22. "revision": "f8e9908d05ec66721f435c7e65ba56b00bb54996"
  23. }
  24. }