Cross-fade between scenes in Godot like a boss, with awesome scene transitions. It’s easily customizable and has samples included.

Last Updategithub|nightblade9|godot-fancy-scene-changes|main
Authornightblade9 and more
Supported Versions3.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.