Unity.HotfixView.asmdef 696 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "Unity.HotfixView",
  3. "rootNamespace": "ET",
  4. "references": [
  5. "Unity.ThirdParty",
  6. "Unity.Model",
  7. "Unity.Hotfix",
  8. "Unity.ModelView",
  9. "Unity.Core",
  10. "Unity.Mathematics",
  11. "Unity.Loader",
  12. "FairyGUI.Runtime",
  13. "YooAsset",
  14. "UniTask.YooAsset",
  15. "UniTask",
  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. "versionDefines": [],
  28. "noEngineReferences": false
  29. }