Sudden Godot Fade Transition Manager

by suddenhost

1

Godot Fade Scene Transition

Overview

This project shows how to easily setup a scene transition effect in which when a scene loades it fades in and before loading the next scene the current fades out and the same process restats in the next scene.

It was tested on Godot 4.4.1. It should work on some previous versions though.

Setup

  • After installing the plugin simply add the Node "FadeTransitionManager" as the last item of each scene.
  • Set the "Next Scene" property of the "FadeTransitionManager" otherwise the node will play the fade out animation, but the same scene will continue to be shown.
  • You can set the length of the animation with the "Fade Length" property.

#Important Notes

  • This version contemplates only the black color. Next versions will allow for overriding that.
  • It propagates mouse input.
  • Future versions will be more customizable.

Sequence Diagram

sudden-fade-transition-sequence-diagram

Visual Sample

godot-scene-transition

Version

1.0

Engine

4.4

Category

Misc

Download

Version1.0
Download

Support

If you need help or have questions about this plugin, please contact the author.

Contact Author