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" \