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

Class EditorNotFoundError

unity_cli/exceptions.py:134–142  ·  view source on GitHub ↗

Required editor version not installed. Raised when: - Project requires a specific Unity version - That version is not installed on the system

Source from the content-addressed store, hash-verified

132
133
134class EditorNotFoundError(ProjectError):
135 """Required editor version not installed.
136
137 Raised when:
138 - Project requires a specific Unity version
139 - That version is not installed on the system
140 """
141
142 pass

Callers 2

open_projectMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected