Unity.XR.OpenVR.Editor.asmdef 747 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "Unity.XR.OpenVR.Editor",
  3. "references": [
  4. "Unity.XR.OpenVR",
  5. "Unity.XR.Management",
  6. "Unity.XR.Management.Editor"
  7. ],
  8. "includePlatforms": [
  9. "Editor"
  10. ],
  11. "excludePlatforms": [],
  12. "allowUnsafeCode": false,
  13. "overrideReferences": false,
  14. "precompiledReferences": [],
  15. "autoReferenced": true,
  16. "defineConstraints": [],
  17. "versionDefines": [
  18. {
  19. "name": "com.unity.xr.management",
  20. "expression": "3.2.0",
  21. "define": "XR_MGMT_GTE_320"
  22. },
  23. {
  24. "name": "com.unity.xr.management",
  25. "expression": "1.0",
  26. "define": "UNITY_XR_MANAGEMENT"
  27. }
  28. ],
  29. "noEngineReferences": false
  30. }