Edit of asset "Scene Manager" Accepted

Old/Current New/Edit
Title Scene Manager
Description 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!
Category Tools
License MIT
Repository Provider GitHub
Repository Url https://github.com/glass-brick/Scene-Manager
Issues Url https://github.com/glass-brick/Scene-Manager/issues
Godot version Godot 4.0
Version String 1.1.1 1.0.1
Download Commit 85f93fea90f4bf2e8e019c8532a0c7ee05b3183c d9df338c14806e0367eeff3245f83dd3afc4c42d
Download Url (Computed) https://github.com/glass-brick/Scene-Manager/archive/85f93fea90f4bf2e8e019c8532a0c7ee05b3183c.zip https://github.com/glass-brick/Scene-Manager/archive/d9df338c14806e0367eeff3245f83dd3afc4c42d.zip
Icon Url https://raw.githubusercontent.com/jabsatz/Scene-Manager/main/logo.png