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')

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.0.1 alpha-gd4-1
Download Commit d9df338c14806e0367eeff3245f83dd3afc4c42d 184c2c34503d4f199a24f069894da8c20d7e8f48
Download Url (Computed) https://github.com/glass-brick/Scene-Manager/archive/d9df338c14806e0367eeff3245f83dd3afc4c42d.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