Unity.Hotfix.asmdef 490 B

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