Open
Description
When calling
Start-UnityEditor -Project .\build-machine-setup
I am getting this error:
Start-UnityEditor : Cannot process argument transformation on parameter 'Project'.
Cannot convert value ".\build-machine-setup" to type "UnityProjectInstance[]". Error:
"Cannot convert value ".\build-machine-setup" to type "UnityProjectInstance". Error:
"Exception calling "Load" with "1" argument(s): "(Line: 1, Col: 1, Idx: 0) - (Line: 1,
Col: 2, Idx: 1): While scanning for the next token, find character that cannot start any
token."""
At line:1 char:28
+ Start-UnityEditor -Project .\build-machine-setup
+ ~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (:) [Start-UnityEditor], ParameterBindingArgu
mentTransformationException
+ FullyQualifiedErrorId : ParameterArgumentTransformationError,Start-UnityEditor
Any idea what is happening ?
Metadata
Metadata
Assignees
Labels
No labels