Unity.Editor.asmdef 597 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "Unity.Editor",
  3. "rootNamespace": "",
  4. "references": [
  5. "Unity.ThirdParty",
  6. "Unity.Core",
  7. "Unity.Loader",
  8. "HybridCLR.Runtime",
  9. "HybridCLR.Editor",
  10. "Unity.Model",
  11. "Unity.Hotfix",
  12. "YooAsset",
  13. "Unity.Mathematics"
  14. ],
  15. "includePlatforms": [
  16. "Editor"
  17. ],
  18. "excludePlatforms": [],
  19. "allowUnsafeCode": true,
  20. "overrideReferences": false,
  21. "precompiledReferences": [],
  22. "autoReferenced": true,
  23. "defineConstraints": [],
  24. "versionDefines": [],
  25. "noEngineReferences": false
  26. }