Edit of asset "Scene Manager (Godot 3)" Accepted
| Old/Current | New/Edit | |
|---|---|---|
| Title | Scene Manager (Godot 3) | |
| 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 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 full API docs at the Github page! |
| Category | Tools | |
| License | MIT | |
| Repository Provider | GitHub | |
| Repository Url | https://github.com/jabsatz/Scene-Manager | |
| Issues Url | https://github.com/jabsatz/Scene-Manager/issues | |
| Godot version | Godot 3.5 | |
| Version String | 0.5.1 | 0.3.1 |
| Download Commit | 4c3cd9f8dc47909cc65ff22eff27ee77efc2d60d | afb1af80016f960bd4cf73128c698093911320e0 |
| Download Url (Computed) | https://github.com/jabsatz/Scene-Manager/archive/4c3cd9f8dc47909cc65ff22eff27ee77efc2d60d.zip | https://github.com/jabsatz/Scene-Manager/archive/afb1af80016f960bd4cf73128c698093911320e0.zip |
| Icon Url |
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 |
https://raw.githubusercontent.com/jabsatz/Scene-Manager/main/scene_manager_demo.gif
|
|
| Preview Update | ||
|---|---|---|
| Type | image | |
| Image/Video URL |
https://raw.githubusercontent.com/jabsatz/Scene-Manager/main/scene_manager_demo.gif
|
|
| Thumbnail |
https://raw.githubusercontent.com/jabsatz/Scene-Manager/main/scene_manager_demo.gif
|
|