MCPcopy Create free account
hub / github.com/bigdra50/unity-cli / list_installed_editors

Method list_installed_editors

unity_cli/hub/service.py:116–118  ·  view source on GitHub ↗

List all installed Unity editors.

(self)

Source from the content-addressed store, hash-verified

114 return prompt_editor_selection(required_version, installed)
115
116 def list_installed_editors(self) -> list[InstalledEditor]:
117 """List all installed Unity editors."""
118 return get_installed_editors()

Callers

nothing calls this directly

Calls 1

get_installed_editorsFunction · 0.90

Tested by

no test coverage detected