Unity.Hotfix.Codes.asmdef 515 B

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