Unity.Hotfix.asmdef 519 B

1234567891011121314151617181920212223
  1. {
  2. "name": "Unity.Hotfix",
  3. "rootNamespace": "ET",
  4. "references": [
  5. "Unity.Model",
  6. "Unity.ThirdParty",
  7. "Unity.Core",
  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. "versionDefines": [],
  22. "noEngineReferences": true
  23. }