Assignment for RMIT Mixed Reality in 2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
534 B

  1. {
  2. "name": "Oculus.VR.Editor",
  3. "references": [
  4. "Oculus.VR"
  5. ],
  6. "optionalUnityReferences": [],
  7. "includePlatforms": [
  8. "Editor"
  9. ],
  10. "excludePlatforms": [],
  11. "allowUnsafeCode": false,
  12. "versionDefines": [
  13. {
  14. "name": "com.unity.xr.management",
  15. "expression": "",
  16. "define": "USING_XR_MANAGEMENT"
  17. },
  18. {
  19. "name": "com.unity.xr.oculus",
  20. "expression": "",
  21. "define": "USING_XR_SDK_OCULUS"
  22. }
  23. ]
  24. }