PICO.Platform.Editor.asmdef 616 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "PICO.Platform.Editor",
  3. "references": [
  4. "Unity.XR.PICO.Editor",
  5. "Unity.XR.PICO",
  6. "Unity.XR.Management",
  7. "Unity.XR.Management.Editor",
  8. "PICO.Platform",
  9. "Unity.XR.OpenXR.Features.PICOSupport"
  10. ],
  11. "optionalUnityReferences": [],
  12. "includePlatforms": [
  13. "Editor"
  14. ],
  15. "excludePlatforms": [],
  16. "allowUnsafeCode": false,
  17. "versionDefines": [
  18. {
  19. "name": "com.unity.xr.management",
  20. "expression": "",
  21. "define": "USING_XR_MANAGEMENT"
  22. },
  23. {
  24. "name": "com.unity.xr.pico",
  25. "expression": "",
  26. "define": "USING_XR_SDK_PICO"
  27. }
  28. ]
  29. }
粤ICP备19079148号