Rokid.XR.Core.Editor.asmdef 549 B

12345678910111213141516171819202122
  1. {
  2. "name": "Rokid.XR.Core.Editor",
  3. "references": [
  4. "Unity.XR.Management.Editor",
  5. "Unity.XR.Management",
  6. "Rokid.XR.Core"
  7. ],
  8. "includePlatforms": ["Editor"],
  9. "excludePlatforms": [],
  10. "allowUnsafeCode": false,
  11. "overrideReferences": false,
  12. "precompiledReferences": [],
  13. "autoReferenced": true,
  14. "defineConstraints": [],
  15. "versionDefines": [
  16. {
  17. "name": "com.unity.xr.management",
  18. "expression": "3.2.0",
  19. "define": "XR_MGMT_GTE_320"
  20. }
  21. ]
  22. }