ET.ModelView.asmdef 625 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "ET.ModelView",
  3. "rootNamespace": "ET",
  4. "references": [
  5. "ET.Core",
  6. "Unity.Mathematics",
  7. "ET.Loader",
  8. "ET.Model",
  9. "YooAsset",
  10. "ET.UI",
  11. "ET.ReferenceCollector"
  12. ],
  13. "includePlatforms": [
  14. "Editor"
  15. ],
  16. "excludePlatforms": [],
  17. "allowUnsafeCode": true,
  18. "overrideReferences": false,
  19. "precompiledReferences": [],
  20. "autoReferenced": true,
  21. "defineConstraints": [],
  22. "versionDefines": [],
  23. "noEngineReferences": false,
  24. "optionalUnityReferences": [],
  25. "additionalReferences": [],
  26. "compilerOptions": ""
  27. }