Releases: maktoobgar/scene_manager
v3.10.0
v3.10.0 minor release of godot scene_manager tool. 🎈
Minor Changes:
- Reactive button added which makes the
Scene Manager UI
reactive to changes onFile System
of godot and refreshes theScene Manager UI
automatically every time an update happens on files inres://
location. - Auto Save button added which saves automatically every time a new change found in
Scene Manager UI
+ If Reactive is enabled too, after that mechanism, save gets called automatically so that there would be no need to use the save button at all.
Patch Changes:
- Fixed #23.
Note: Documentations are up to date.
Note: Download scene_manager.zip
file, unzip and add it inside your addons
folder.
v3.9.0
v3.9.0 minor release of godot scene_manager tool. 🎈
Minor Changes:
- Added pause and resume functions
- A bug on loading interactive scenes fixed
Note: Documentations are up to date.
Note: Download scene_manager.zip
file, unzip and add it inside your addons
folder.
v3.8.0
v3.8.0 minor release of godot scene_manager tool. 🎈
Minor Changes:
- Users now can have some time to load their scene in the background with the new changing scene functionality.
- When traveled through a loading scene to get to your target scene, with reloading that scene you would go to the previous scene, that bug is fixed now.
Note: Documentations are up to date.
Note: Download scene_manager.zip
file, unzip and add it inside your addons
folder.
v3.7.0
v3.7.0 minor release of godot scene_manager tool. 🎈
Minor Changes:
- added a feature to navigate to the scene path in filesystem on godot when clicked on scene address in Scene Manager tool
- added a feature to open a desired scene from Scene Manager tab
Note: Documentations are up to date.
Note: Download scene_manager.zip
file, unzip and add it inside your addons
folder.
v3.6.0
v3.6.0 minor release of godot scene_manager tool. 🎈
Minor Changes:
- 5 new signals added:
- scene_changed
- fade_in_started
- fade_out_started
- fade_in_finished
- fade_out_finished
Note: Documentations are up to date.
Note: Download scene_manager.zip
file, unzip and add it inside your addons
folder.
v3.5.0
v3.5.0 minor release of godot scene_manager tool. 🐛
Minor Changes:
scenes.gd
file can change to be placed somewhere else in your project viaProject > Project Settings > Scene Manager > Scenes
tab.- Some random error messages at the start of the plugin execution in version godot4.1 now fixed.
Note: Documentations are up to date.
Note: Download scene_manager.zip
file, unzip and add it inside your addons
folder.
v3.4.2
v3.4.2 patch release of godot scene_manager tool. 🐛
Patch Changes:
- fixed a weird warning message that was popping up when doing a
transition
between different scenes.
(Sorry, this one took too long to become a version)
Note: Documentations are up to date.
Note: Download scene_manager.zip
file, unzip and add it inside your addons
folder.
v3.4.1
v3.4.1 patch release of godot scene_manager tool. 🐛
Patch Changes:
- On exporting game, effects wouldn't show themselves, that is fixed now.
Note: Documentations are up to date.
Note: Download scene_manager.zip
file, unzip and add it inside your addons
folder.
v2.2.1
v2.2.1 patch release of godot scene_manager tool. 🐛
Patch Changes:
- On exporting game, effects wouldn't show themselves, that is fixed now.
Note: Documentations are up to date.
Note: Download scene_manager.zip
file, unzip and add it inside your addons
folder.
v3.4.0
v3.4.0 release of godot scene_manager tool. 🎉
What's New?
- Sublist in lists of scene manager UI is now possible.
no_effect_change_scene
function added.- Node can be added to
change_scene
andno_effect_change_scene
functions.
Note: Documentations are up to date.
Note: Download scene_manager.zip
file, unzip and add it inside your addons
folder.