Edit of asset "Scene Manager (Godot 3)" Accepted

Old/Current New/Edit
Title Scene Manager (Godot 3) 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 }
)

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
Plugin for easy screen transitions. (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',
{
"type": SceneManager.FadeTypes.ShaderFade,
"shader_pattern": "scribbles",
"shader_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/jabsatz/Scene-Manager https://github.com/jabsatz/Scene-Manager
Issues Url https://github.com/jabsatz/Scene-Manager/issues https://github.com/jabsatz/Scene-Manager/issues
Godot version Godot 3.5 Godot 3.3
Version String 0.5.1 0.1
Download Commit 4c3cd9f8dc47909cc65ff22eff27ee77efc2d60d 213e91c76d78c1901fbc8fafe1474ba08ab6ce73
Download Url (Computed) https://github.com/jabsatz/Scene-Manager/archive/4c3cd9f8dc47909cc65ff22eff27ee77efc2d60d.zip https://github.com/jabsatz/Scene-Manager/archive/213e91c76d78c1901fbc8fafe1474ba08ab6ce73.zip
Icon Url https://raw.githubusercontent.com/jabsatz/Scene-Manager/main/logo.png
https://raw.githubusercontent.com/jabsatz/Scene-Manager/main/logo.png
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/jabsatz/Scene-Manager/main/scene_manager_demo.gif
Thumbnail