Unity.Hotfix.Codes.asmdef 559 B

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