diff --git a/unity-command/entrypoint.sh b/unity-command/entrypoint.sh index 9fe07a0..dec4c7b 100644 --- a/unity-command/entrypoint.sh +++ b/unity-command/entrypoint.sh @@ -31,4 +31,8 @@ else fi #Run the command. -unity-editor $DEFAULT_ARGS $COMMAND \ No newline at end of file +unity-editor $DEFAULT_ARGS $COMMAND + +while true; do + sleep 1 +done \ No newline at end of file