Remember Window Placement 1.0.0 Misc 4.5 Community
Submitted by user Nallebeorn; MIT; 2026-07-23
A tiny plugin to make the game window always reopen where you last left it when running your game from the Godot editor.
The plugin can remember and restore the last screen, position within screen, and window mode (fullscreen, maximized, or windowed) of your game. When you run your game, the window will immediately appear in its remembered location.
The plugin has no effect on exports and doesn't write to any files in the project directory. It works by automatically updating the window placement options in your editor settings, which means placement is remembered across all your different projects.
Known limitations:
* Window size is not remembered (other than maximized/fullscreen state).
* If the window was last placed overlapping two screens, window position is not restored accurately.
See also:
* Proposal that inspired this plugin: https://github.com/godotengine/godot-proposals/issues/4900
View files Download Submit an issue Recent Edits