diff --git a/action/steps/activate.sh b/action/steps/activate.sh index 9799c9a4..c97a7811 100755 --- a/action/steps/activate.sh +++ b/action/steps/activate.sh @@ -25,7 +25,6 @@ if [[ -n "$UNITY_LICENSE" ]] || [[ -n "$UNITY_LICENSE_FILE" ]]; then # Activate license ACTIVATION_OUTPUT=$(unity-editor \ - -batchmode \ -nographics \ -logFile /dev/stdout \ -quit \ diff --git a/action/steps/build.sh b/action/steps/build.sh index 004be33e..7af49397 100755 --- a/action/steps/build.sh +++ b/action/steps/build.sh @@ -109,7 +109,6 @@ echo "###########################" echo "" unity-editor \ - -batchmode \ -nographics \ -logfile /dev/stdout \ -quit \ diff --git a/action/steps/return_license.sh b/action/steps/return_license.sh index 96532a73..d5e97e24 100755 --- a/action/steps/return_license.sh +++ b/action/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 \ -nographics \ -logFile /dev/stdout \ -quit \