Unity.HotfixView.Codes.asmdef 748 B

12345678910111213141516171819202122232425262728293031
  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.Mathematics",
  10. "Unity.Loader",
  11. "FairyGUI.Runtime",
  12. "YooAsset",
  13. "UniTask.YooAsset",
  14. "UniTask",
  15. "Unity.ModelView.Codes",
  16. "Unity.Mono",
  17. "Animancer",
  18. "UniTask.DOTween"
  19. ],
  20. "includePlatforms": [],
  21. "excludePlatforms": [],
  22. "allowUnsafeCode": true,
  23. "overrideReferences": false,
  24. "precompiledReferences": [],
  25. "autoReferenced": true,
  26. "defineConstraints": [
  27. "ENABLE_CODES"
  28. ],
  29. "versionDefines": [],
  30. "noEngineReferences": false
  31. }