diff --git a/editor/plugins/game_view_plugin.cpp b/editor/plugins/game_view_plugin.cpp index d96ee851374..6cc54ab34c9 100644 --- a/editor/plugins/game_view_plugin.cpp +++ b/editor/plugins/game_view_plugin.cpp @@ -230,6 +230,8 @@ void GameView::_instance_starting(int p_idx, List &r_arguments) { window_wrapper->set_window_title(appname); _show_update_window_wrapper(); + + embedded_process->grab_focus(); } _update_arguments_for_instance(p_idx, r_arguments);