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!
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.1.1
Download Commit 85f93fea90f4bf2e8e019c8532a0c7ee05b3183c 85f93fea90f4bf2e8e019c8532a0c7ee05b3183c
Download Url (Computed) https://github.com/glass-brick/Scene-Manager/archive/85f93fea90f4bf2e8e019c8532a0c7ee05b3183c.zip https://github.com/glass-brick/Scene-Manager/archive/85f93fea90f4bf2e8e019c8532a0c7ee05b3183c.zip
Icon Url https://raw.githubusercontent.com/jabsatz/Scene-Manager/main/logo.png