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

Class InstalledEditor

unity_cli/hub/paths.py:22–26  ·  view source on GitHub ↗

Installed Unity Editor info.

Source from the content-addressed store, hash-verified

20
21@dataclass(frozen=True)
22class InstalledEditor:
23 """Installed Unity Editor info."""
24
25 version: str
26 path: Path
27
28
29def _get_platform_hub_candidates() -> list[Path]:

Callers 1

get_installed_editorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected