Skip to content

Commit 2321718

Browse files
Update UnitySetup/UnitySetup.psm1
1 parent b03e8c6 commit 2321718

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)