Pico.Spatializer.asmdef 448 B

12345678910111213141516171819
  1. {
  2. "name": "Pico.Spatializer",
  3. "rootNamespace": "",
  4. "references": [],
  5. "includePlatforms": [
  6. "Android",
  7. "Editor",
  8. "macOSStandalone",
  9. "WindowsStandalone64"
  10. ],
  11. "excludePlatforms": [],
  12. "allowUnsafeCode": false,
  13. "overrideReferences": false,
  14. "precompiledReferences": [],
  15. "autoReferenced": true,
  16. "defineConstraints": [],
  17. "versionDefines": [],
  18. "noEngineReferences": false
  19. }
粤ICP备19079148号