Unity.HotfixView.Codes.asmdef 678 B

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