ET.Loader.Editor.asmdef 492 B

12345678910111213141516171819202122
  1. {
  2. "name": "ET.Loader.Editor",
  3. "rootNamespace": "ET",
  4. "references": [
  5. "ET.Core",
  6. "ET.YooAssets",
  7. "ET.Core.Editor",
  8. "ET.Loader",
  9. "ET.Init.Editor"
  10. ],
  11. "includePlatforms": [
  12. "Editor"
  13. ],
  14. "excludePlatforms": [],
  15. "allowUnsafeCode": true,
  16. "overrideReferences": false,
  17. "precompiledReferences": [],
  18. "autoReferenced": true,
  19. "defineConstraints": [],
  20. "versionDefines": [],
  21. "noEngineReferences": false
  22. }