PICOXR.TobSupport.asmdef 648 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "PICO.TobSupport",
  3. "references": [
  4. "Unity.XR.PICO.Editor",
  5. "Unity.XR.PICO",
  6. "Unity.XR.OpenXR.Features.PICOSupport.Editor",
  7. "Unity.XR.OpenXR.Features.PICOSupport",
  8. "Unity.XR.OpenXR"
  9. ],
  10. "includePlatforms": [],
  11. "excludePlatforms": [],
  12. "allowUnsafeCode": true,
  13. "overrideReferences": false,
  14. "precompiledReferences": [],
  15. "autoReferenced": true,
  16. "defineConstraints": [],
  17. "versionDefines": [
  18. {
  19. "name": "com.unity.xr.picoxr",
  20. "expression": "2.3.3",
  21. "define": "PICO_XR"
  22. }
  23. ],
  24. "noEngineReferences": false
  25. }