Scene Manager

An asset by glassbrick
The page banner background of a mountain and forest
Scene Manager thumbnail image
Scene Manager thumbnail image
Scene Manager hero image

Quick Information

0 ratings
Scene Manager icon image
glassbrick
Scene Manager

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

Supported Engine Version
3.4
Version String
0.5.1
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL

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

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Scene Manager icon image
glassbrick
Scene Manager

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

Supported Engine Version
3.4
Version String
0.5.1
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers