Scene Manager's icon

Scene Manager 1.2.0 Tools 4.0 Community

Submitted by user glassbrick; MIT; 2026-04-20

Plugin for easy screen transitions and node references. (More features to come in the future!)

Just install and use it directly in your code:

SceneManager.change_scene('res://demo/test.tscn')

(Make sure the plugin is enabled in Project -> Project Settings -> Plugins)

We also have more customization options!

SceneManager.change_scene(
'res://demo/test2.tscn',
{ "pattern": "scribbles", "pattern_leave": "squares" }
)

Read the full API docs at the Github page!


View files Download Submit an issue Recent Edits