Free Godot 4 Scene Manager
Loading scenes. Progress bars. Scene transitions. Data handoff. These are all pillars of any game project and I got tired of writing these systems for each project.
Enter Scene Manager+ which does all of those things with very simple calls like:
SceneManager.load_new_scene("res://level.tscn","wipe_to_right")
This video walks you through how the Scene Manager works as well as how you can extend it to add features of your own.
Source Code
The source code is available for use in personal and commercial projects and is available on my itch page.