Skip to content

Commit b03e8c6

Browse files
add quotes around project path
1 parent 57b9960 commit b03e8c6

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)