Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Smooth fade scene changes for Godot 4 with one line: SceneTransition.change_scene("res://level_2.tscn"). Autoload singleton, custom duration & color, reload_current(), and signals.Lite = free. PRO adds async background loading (no freeze), slide & circle-wipe transitions and a midpoint hook: https://godot-forge.itch.io/scene-transitions-godot
Scene Transitions Lite β animated scene changes for Godot 4 (free)
Smooth fade transitions between scenes with one line. Autoload singleton, works even while the tree is paused.
SceneTransition.change_scene("res://levels/level_2.tscn")
SceneTransition.change_scene("res://boss.tscn", 0.6, Color.BLACK)
SceneTransition.reload_current()
Fades out, swaps the scene, fades back in. Run the included demo
(demo/scene_a.tscn) and click between Scene A and B.
Install
- Copy
addons/scene_transitionsinto your project. - Enable Scene Transitions Lite in Project β Project Settings β Plugins
(registers the
SceneTransitionautoload). - Call
SceneTransition.change_scene(path)from anywhere.
Lite vs PRO
| Feature | Lite (free) | PRO |
|---|---|---|
| Fade in / out transition | β | β |
| Custom duration & color | β | β |
reload_current() |
β | β |
scene_changed / transition_finished signals |
β | β |
| Async background loading (no freeze) | β | β |
| Slide & circle-wipe transition types | β | β |
transition_midpoint hook |
β | β |
Same autoload API, drop-in upgrade. Get Scene Transitions PRO: π https://godot-forge.itch.io/scene-transitions-godot
License
MIT β free for commercial and personal projects. See LICENSE.txt.
Made by GodotForge Β· more Godot tools: https://godot-forge.itch.io
Smooth fade scene changes for Godot 4 with one line: SceneTransition.change_scene("res://level_2.tscn"). Autoload singleton, custom duration & color, reload_current(), and signals.
Lite = free. PRO adds async background loading (no freeze), slide & circle-wipe transitions and a midpoint hook: https://godot-forge.itch.io/scene-transitions-godot
Reviews
Quick Information
Smooth fade scene changes for Godot 4 with one line: SceneTransition.change_scene("res://level_2.tscn"). Autoload singleton, custom duration & color, reload_current(), and signals.Lite = free. PRO adds async background loading (no freeze), slide & circle-wipe transitions and a midpoint hook: https://godot-forge.itch.io/scene-transitions-godot