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