Output to console

pull/588/head
Andrew Kahr 2023-10-27 01:09:41 -07:00
parent 6f16f5ff8a
commit 10c4e7fdc4
1 changed files with 2 additions and 1 deletions

View File

@ -158,7 +158,8 @@ $unityArgs = $unityArgs | Where-Object { $_ -ne $null }
$process = Start-Process -FilePath "C:\Program Files\Unity\Hub\Editor\$Env:UNITY_VERSION\Editor\Unity.exe" `
-ArgumentList $unityArgs `
-PassThru
-PassThru `
-NoNewWindow
while (!$process.HasExited) {
if ($process.HasExited) {