From 68b2769e0783cd2236f005718660815ab8624d7c Mon Sep 17 00:00:00 2001 From: Webber Date: Thu, 20 May 2021 01:12:47 +0200 Subject: [PATCH] Remove explicit batch mode --- dist/steps/activate.sh | 2 -- dist/steps/build.sh | 1 - dist/steps/return_license.sh | 1 - 3 files changed, 4 deletions(-) diff --git a/dist/steps/activate.sh b/dist/steps/activate.sh index c75a0c00..33cfc65c 100755 --- a/dist/steps/activate.sh +++ b/dist/steps/activate.sh @@ -25,7 +25,6 @@ if [[ -n "$UNITY_LICENSE" ]] || [[ -n "$UNITY_LICENSE_FILE" ]]; then # Activate license ACTIVATION_OUTPUT=$(unity-editor \ - -batchmode \ -logFile /dev/stdout \ -quit \ -manualLicenseFile $FILE_PATH) @@ -62,7 +61,6 @@ elif [[ -n "$UNITY_SERIAL" && -n "$UNITY_EMAIL" && -n "$UNITY_PASSWORD" ]]; then # Activate license unity-editor \ - -batchmode \ -logFile /dev/stdout \ -quit \ -serial "$UNITY_SERIAL" \ diff --git a/dist/steps/build.sh b/dist/steps/build.sh index aa9a9371..8f17b251 100755 --- a/dist/steps/build.sh +++ b/dist/steps/build.sh @@ -116,7 +116,6 @@ echo "" # Reference: https://docs.unity3d.com/2019.3/Documentation/Manual/CommandLineArguments.html unity-editor \ - -batchmode \ -logfile /dev/stdout \ -quit \ -customBuildName "$BUILD_NAME" \ diff --git a/dist/steps/return_license.sh b/dist/steps/return_license.sh index 307251bd..ff2328af 100755 --- a/dist/steps/return_license.sh +++ b/dist/steps/return_license.sh @@ -7,7 +7,6 @@ if [[ -n "$UNITY_SERIAL" ]]; then # This will return the license that is currently in use. # unity-editor \ - -batchmode \ -logFile /dev/stdout \ -quit \ -returnlicense