Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be πŸ“–

Scene Transitions Lite

An asset by Godot_Forge
The page banner background of a mountain and forest
Scene Transitions Lite hero image

Quick Information

0 ratings
Scene Transitions Lite icon image
Godot_Forge
Scene Transitions Lite

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

Supported Engine Version
4.4
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
7 hours ago
Git URL
Issue URL

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

  1. Copy addons/scene_transitions into your project.
  2. Enable Scene Transitions Lite in Project β†’ Project Settings β†’ Plugins (registers the SceneTransition autoload).
  3. 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

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Scene Transitions Lite icon image
Godot_Forge
Scene Transitions Lite

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

Supported Engine Version
4.4
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
7 hours ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers