Unity.Hotfix.asmdef 542 B

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