ET.Hotfix.asmdef 676 B

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