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)
Changelog for version 0.0.2
No changelog provided for this version.