Skip to content

Commit e8f5a0f

Browse files
authored
Merge pull request #141 from StephenHodgson/dev-project-path-whitespace
add quotes around project path
2 parents 57b9960 + 2321718 commit e8f5a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitySetup/UnitySetup.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ function Start-UnityEditor {
963963
}
964964

965965
$projectPath = $ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath($($p.Path))
966-
$instanceArgs += , ("-projectPath", $projectPath)
966+
$instanceArgs += , ("-projectPath", "`"$projectPath`"")
967967
$setupInstances += , $setupInstance
968968
}
969969

0 commit comments

Comments
 (0)