Remove nographics Flag by Default

This commit is contained in:
Soloman 2024-01-24 15:08:12 -05:00 committed by GitHub
parent 2800d14403
commit af4dbec8c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -135,7 +135,6 @@ $_, $customParametersArray = Invoke-Expression('Write-Output -- "" ' + $Env:CUST
$unityArgs = @(
"-quit",
"-batchmode",
"-nographics",
"-silent-crashes",
"-customBuildName", "`"$Env:BUILD_NAME`"",
"-projectPath", "`"$Env:UNITY_PROJECT_PATH`"",