Scene Manager Tool (Godot4)'s icon

Scene Manager Tool (Godot4) 3.8.0 Tools 4.0 Community

Submitted by user maktoobgar; MIT; 2023-11-23

An advanced tool to manage scenes and transitions between scenes.

Features:
**Recently Added**:

1. Added a feature to navigate to the scene path in filesystem on godot when clicked on scene address in Scene Manager tool
2. Added a feature to open a desired scene from Scene Manager tab
3. Users now can have some time to load their scene in the background with the new changing scene functionality

**All**:

1. A fully responsive tool menu structure to manage and categorize your scene
2. Save button that saves all scenes in a dictionary
3. Refresh button that refreshes the tool with latest saved status of the scenes
4. List duplication check for keys
5. Smooth transition between scenes
6. Ignore folder feature in UI ignores all scenes inside that specific folder that you added in the ignore list
7. Categorization for scenes
8. Ignore folder section can hide optionally
9. Change to previous scenes is possible
10. Fully customizable transitions
11. Customizable way of entering the first scene of the game
12. Reset `Scene Manager` function to assume the current scene as the first ever seen scene (to ignore previous scenes and don't go back to them by changing scene to the previous scene)
13. Arrangeable scene categories(they will reset to alphabetic order after refresh or save button pressed)
14. Fade in and fade out with different desired patterns
15. You can create instance of a scene just by calling the scene with a key
16. Transition is so much customizable
17. `SceneManager` tool will ignore scenes inside folders with `.gdignore` file beside them
18. Loading scenes interactive is possible. (Loading scene code example added)
19. Ability to limit how much deep scene manager is allowed to record previous scenes which affects in changing scene to `back`(previous scene) functionality
20. Ability to hide scenes in a list (Just Godot4)
21. Ignoring a specific scene in ignores list section is possible (Just Godot4)
22. sublist in lists of scene manager UI is now possible (Just Godot4)
23. no_effect_change_scene function added (Just Godot4)
24. Node can be added to change_scene and no_effect_change_scene functions (Just Godot4)
25. Possibility to specify path scenes.db via Project/Settings (Just Godot4)
26. 5 new signals added: (Just Godot4)
- scene_changed
- fade_in_started
- fade_out_started
- fade_in_finished
- fade_out_finished


View files Download Submit an issue Recent Edits