Output to console

This commit is contained in:
Andrew Kahr 2023-10-27 01:09:41 -07:00
parent 6f16f5ff8a
commit 10c4e7fdc4

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) {