Unity.Hotfix.asmdef 663 B

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