ET.Loader.Editor.asmdef 543 B

123456789101112131415161718192021222324
  1. {
  2. "name": "ET.Loader.Editor",
  3. "rootNamespace": "ET",
  4. "references": [
  5. "ET.Core",
  6. "HybridCLR.Runtime",
  7. "HybridCLR.Editor",
  8. "YooAsset",
  9. "ET.YooAssets",
  10. "ET.Core.Editor",
  11. "ET.Loader"
  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. }