Unity.Editor.asmdef 524 B

1234567891011121314151617181920212223
  1. {
  2. "name": "Unity.Editor",
  3. "rootNamespace": "ET",
  4. "references": [
  5. "Unity.Model",
  6. "Unity.ThirdParty",
  7. "Unity.ModelView",
  8. "Unity.Hotfix",
  9. "Unity.HotfixView",
  10. "Unity.Mono"
  11. ],
  12. "includePlatforms": [
  13. "Editor"
  14. ],
  15. "excludePlatforms": [],
  16. "allowUnsafeCode": true,
  17. "overrideReferences": false,
  18. "precompiledReferences": [],
  19. "autoReferenced": true,
  20. "defineConstraints": [],
  21. "versionDefines": [],
  22. "noEngineReferences": false
  23. }