ET.Model.asmdef 598 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "ET.Model",
  3. "rootNamespace": "ET",
  4. "references": [
  5. "ET.Core",
  6. "Unity.Mathematics",
  7. "MemoryPack",
  8. "ET.DotRecast",
  9. "YooAsset"
  10. ],
  11. "includePlatforms": [],
  12. "excludePlatforms": [],
  13. "allowUnsafeCode": true,
  14. "overrideReferences": false,
  15. "precompiledReferences": [],
  16. "autoReferenced": true,
  17. "defineConstraints": [
  18. "UNITY_COMPILE || UNITY_EDITOR"
  19. ],
  20. "versionDefines": [],
  21. "noEngineReferences": true,
  22. "optionalUnityReferences": [],
  23. "additionalReferences": [],
  24. "compilerOptions": ""
  25. }