Edit of asset "Scene Manager" Accepted

Old/Current New/Edit
Title Scene Manager 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')

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 Tools
License MIT MIT
Repository Provider GitHub GitHub
Repository Url https://github.com/glass-brick/Scene-Manager https://github.com/glass-brick/Scene-Manager/tree/godot-4.x
Issues Url https://github.com/glass-brick/Scene-Manager/issues https://github.com/glass-brick/Scene-Manager/issues
Godot version Godot 4.0 Godot 4.0
Version String 1.1.1 alpha-gd4-1
Download Commit 85f93fea90f4bf2e8e019c8532a0c7ee05b3183c 184c2c34503d4f199a24f069894da8c20d7e8f48
Download Url (Computed) https://github.com/glass-brick/Scene-Manager/archive/85f93fea90f4bf2e8e019c8532a0c7ee05b3183c.zip https://github.com/glass-brick/Scene-Manager/tree/godot-4.x/archive/184c2c34503d4f199a24f069894da8c20d7e8f48.zip
Icon Url https://raw.githubusercontent.com/jabsatz/Scene-Manager/main/logo.png
https://raw.githubusercontent.com/jabsatz/Scene-Manager/godot-4.x/logo.png
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/jabsatz/Scene-Manager/godot-4.x/scene_manager_demo.gif
Thumbnail https://raw.githubusercontent.com/jabsatz/Scene-Manager/godot-4.x/scene_manager_demo.gif
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/jabsatz/Scene-Manager/godot-4.x/scene_manager_demo.gif
Thumbnail https://raw.githubusercontent.com/jabsatz/Scene-Manager/godot-4.x/scene_manager_demo.gif