Unity.Hotfix.asmdef 524 B

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