ET.Hotfix.asmdef 597 B

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