From 24f86eb7e16efb8ee974f772cf016b96795f808b Mon Sep 17 00:00:00 2001 From: Pyeongseok Oh Date: Wed, 10 Sep 2025 16:27:24 +0900 Subject: [PATCH] Remove arguments for license activation from build step --- dist/platforms/mac/steps/build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/dist/platforms/mac/steps/build.sh b/dist/platforms/mac/steps/build.sh index 8149c49a..7d2080f7 100755 --- a/dist/platforms/mac/steps/build.sh +++ b/dist/platforms/mac/steps/build.sh @@ -149,8 +149,6 @@ echo "" $( [ "${MANUAL_EXIT}" == "true" ] || echo "-quit" ) \ -batchmode \ $( [ "${ENABLE_GPU}" == "true" ] || echo "-nographics" ) \ - -username "$UNITY_EMAIL" \ - -password "$UNITY_PASSWORD" \ -customBuildName "$BUILD_NAME" \ -projectPath "$UNITY_PROJECT_PATH" \ -buildTarget "$BUILD_TARGET" \