File tree 3 files changed +0
-5
lines changed
3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ if [[ -n "$UNITY_LICENSE" ]] || [[ -n "$UNITY_LICENSE_FILE" ]]; then
25
25
26
26
# Activate license
27
27
ACTIVATION_OUTPUT=$( unity-editor \
28
- -nographics \
29
28
-logFile /dev/stdout \
30
29
-quit \
31
30
-manualLicenseFile $FILE_PATH )
@@ -62,8 +61,6 @@ elif [[ -n "$UNITY_SERIAL" && -n "$UNITY_EMAIL" && -n "$UNITY_PASSWORD" ]]; then
62
61
63
62
# Activate license
64
63
unity-editor \
65
- -batchmode \
66
- -nographics \
67
64
-logFile /dev/stdout \
68
65
-quit \
69
66
-serial " $UNITY_SERIAL " \
Original file line number Diff line number Diff line change @@ -116,7 +116,6 @@ echo ""
116
116
# Reference: https://docs.unity3d.com/2019.3/Documentation/Manual/CommandLineArguments.html
117
117
118
118
unity-editor \
119
- -nographics \
120
119
-logfile /dev/stdout \
121
120
-quit \
122
121
-customBuildName " $BUILD_NAME " \
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ if [[ -n "$UNITY_SERIAL" ]]; then
7
7
# This will return the license that is currently in use.
8
8
#
9
9
unity-editor \
10
- -nographics \
11
10
-logFile /dev/stdout \
12
11
-quit \
13
12
-returnlicense
You can’t perform that action at this time.
0 commit comments