Unity.HotfixView.asmdef 724 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "Unity.HotfixView",
  3. "rootNamespace": "ET",
  4. "references": [
  5. "Unity.Mono",
  6. "Unity.ThirdParty",
  7. "Unity.Model",
  8. "Unity.Hotfix",
  9. "Unity.ModelView",
  10. "YooAsset",
  11. "Unity.Core",
  12. "Animancer",
  13. "StatusIndiactors",
  14. "UniTask",
  15. "FairyGUI.Runtime",
  16. "AstarPathfindingProject"
  17. ],
  18. "includePlatforms": [
  19. "Editor"
  20. ],
  21. "excludePlatforms": [],
  22. "allowUnsafeCode": true,
  23. "overrideReferences": true,
  24. "precompiledReferences": [
  25. "Sirenix.OdinInspector.Attributes.dll"
  26. ],
  27. "autoReferenced": true,
  28. "defineConstraints": [],
  29. "versionDefines": [],
  30. "noEngineReferences": false
  31. }