Scene Manager (Godot 3) 0.5.1 Tools 3.5 Community
Submitted by user glassbrick; MIT; 2023-03-03
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 }
)
You can now add references to single important nodes (like Player or Tilemap) for easy access without knowledge of your tree structure.
SceneManager.get_entity("Player")
Read the Wiki for more details https://github.com/glass-brick/Scene-Manager/wiki
View files Download Submit an issue Recent Edits