This commit is contained in:
2023-03-12 19:50:02 -07:00
parent f52ad042a9
commit 3afef9d8d1

View File

@@ -25,9 +25,9 @@ fi
#Activate Unity #Activate Unity
if [[ "$SERIAL" == "public" ]]; then if [[ "$SERIAL" == "public" ]]; then
unity-editor $DEFAULT_ARGS -serial $SERIAL -username $EMAIL -password $PASSWORD
else
UnityBuilder -i /usr/bin/unity-editor -u $EMAIL -p $PASSWORD UnityBuilder -i /usr/bin/unity-editor -u $EMAIL -p $PASSWORD
else
unity-editor $DEFAULT_ARGS -serial $SERIAL -username $EMAIL -password $PASSWORD
fi fi
#Run the command. #Run the command.