We have redirected you to our new domain: store.godotengine.org. Please update your bookmarks!

Description
Changelog
Reviews

Scene Changer โ€“ Godot Plugin

๐Ÿ”„ Effortless scene transitions with smooth fade animations!

Scene Changer is a lightweight and beginner-friendly plugin for Godot Engine that lets you transition between scenes using clean and customizable fade-in / fade-out effects โ€” all through code. Perfect for menus, level changes, cutscenes, and more!

โœจ Key Features:

๐Ÿงฉ Simple and intuitive API for scene switching

๐ŸŽ›๏ธ Customizable fade duration and color

๐Ÿ•น๏ธ Compatible with both 2D and 3D projects

โš™๏ธ Plug-and-play: no extra setup needed

โœ… Fully compatible with Godot 4.x

๐ŸŽฌ Add a cinematic touch to your game with smooth and polished scene transitions!

How to Use ๐ŸŽฎโœจ

Enable the plugin in: โš™๏ธ Project > Project Settings > Plugins

Use the following methods in your scripts: ๐Ÿ“๐Ÿ‘‡

Change to another scene using a file path

ChangeScene.load_ scene_ to_ file("res://path/to/scene.tscn")

Or change to a preloaded PackedScene

var scene = preload("res://path/to/scene.tscn")
ChangeScene.load_scene_to_packed(scene)

ยกHaz clic aquรญ para unirte a nuestro servidor de Discord!

Changelog for version 0.0.2

No changelog provided for this version.

Reviews (0)

Scene Changer has no reviews yet.

Login to write a review.