Cross-fade between scenes in Godot like a boss, with awesome scene transitions. It’s easily customizable and has samples included.
Last Update | github|nightblade9|godot-fancy-scene-changes|main |
Author | nightblade9 and more |
Supported Versions | 3.4 |

Features
Transitions between scenes:
- Blend
- CrossFade
Installation
- Copy addons/transitions into your project
- In the Godot Editor, go to Project Settings > Plugins and enable the Fancy Scene Changes plugin
Usage
- Add addons/transitions/Transitions.gd as a autoload singleton script to your project
- Call Transitions.change_scene with appropriate parameters
For examples, see ManualTransitions1.tscn and ManualTransitions2.tscn in this repo.
License
MIT
Extra
Nothing yet. If you want to recommend a tutorial resource for this, use the suggestions page.