Unity.AllHotfix.asmdef 593 B

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