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

Class PlatformPaths

unity_cli/hub/paths.py:14–18  ·  view source on GitHub ↗

Platform-specific Unity paths.

Source from the content-addressed store, hash-verified

12
13@dataclass(frozen=True)
14class PlatformPaths:
15 """Platform-specific Unity paths."""
16
17 hub_cli: Path | None
18 editor_base: Path
19
20
21@dataclass(frozen=True)

Callers 1

get_platform_pathsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected