Godot Scene Loader
August 14, 2026 ยท View on GitHub
![]()
Godot Scene Loader
A scene loader with loading screen, progress bar, and error handling.
For Godot 4.7 (4.3+ compatible)
Example on itch.io of Maaack's Game Template, which includes additional features.
Objective
For quickly adding a loading screen with a progress bar in-between your scene changes.
Extras or Components
Users that want additional features can try Maaack's Game Template or other options from the plugin suite.
Installation
Maaack's Scene Loader is available in both the Godot Asset Library and the Godot Asset Store. It is available as a plugin, meaning it can be added to an existing project.
Existing Project
While editing a project in Godot:
- Go to the Asset Store tab.
- Search for "Maaack's Scene Loader".
- Click on the result to open the plugin details.
- Click to Download.
- Check that contents are getting installed to
addons/and there are no conflicts. - Click to Install.
- Reload the project (you may see errors before you do this).
- Enable the plugin from the Project > Project Settings > Plugins tab.
Usage
Change scenes in your project using paths by calling SceneLoader.load_scene(_path_to_scene_).
More Documentation
Loading Scenes
Automatic Updating
Media
Screenshots
Featured Games
| HeartFix Express | Baking Godium | Rent Seek Kill |
|---|---|---|
| Find on Steam | Play on itch.io | Play on itch.io |
Community
Join the Discord server and share your work with others. It's also a space for getting or giving feedback, and asking for help.


