Unity.HotfixView.asmdef 669 B

12345678910111213141516171819202122232425262728
  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. ],
  19. "includePlatforms": [],
  20. "excludePlatforms": [],
  21. "allowUnsafeCode": true,
  22. "overrideReferences": false,
  23. "precompiledReferences": [],
  24. "autoReferenced": true,
  25. "defineConstraints": [],
  26. "versionDefines": [],
  27. "noEngineReferences": false
  28. }