Unity.ModelView.asmdef 673 B

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