Skip to content

Releases: maktoobgar/scene_manager

v3.10.0

06 Jul 10:17
Compare
Choose a tag to compare

v3.10.0 minor release of godot scene_manager tool. 🎈

Minor Changes:

  1. Reactive button added which makes the Scene Manager UI reactive to changes on File System of godot and refreshes the Scene Manager UI automatically every time an update happens on files in res:// location.
  2. 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:

  1. 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

22 May 08:11
Compare
Choose a tag to compare

v3.9.0 minor release of godot scene_manager tool. 🎈

Minor Changes:

  1. Added pause and resume functions
  2. 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

22 Nov 12:11
Compare
Choose a tag to compare

v3.8.0 minor release of godot scene_manager tool. 🎈

Minor Changes:

  1. Users now can have some time to load their scene in the background with the new changing scene functionality.
  2. 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

03 Nov 16:24
Compare
Choose a tag to compare

v3.7.0 minor release of godot scene_manager tool. 🎈

Minor Changes:

  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

Note: Documentations are up to date.
Note: Download scene_manager.zip file, unzip and add it inside your addons folder.

v3.6.0

05 Aug 12:14
Compare
Choose a tag to compare

v3.6.0 minor release of godot scene_manager tool. 🎈

Minor Changes:

  1. 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

20 Jul 15:10
Compare
Choose a tag to compare

v3.5.0 minor release of godot scene_manager tool. 🐛

Minor Changes:

  1. scenes.gd file can change to be placed somewhere else in your project via Project > Project Settings > Scene Manager > Scenes tab.
  2. 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

03 Apr 09:57
Compare
Choose a tag to compare

v3.4.2 patch release of godot scene_manager tool. 🐛

Patch Changes:

  1. 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

22 Jan 07:11
5b29bfe
Compare
Choose a tag to compare

v3.4.1 patch release of godot scene_manager tool. 🐛

Patch Changes:

  1. 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

22 Jan 07:10
5f618aa
Compare
Choose a tag to compare

v2.2.1 patch release of godot scene_manager tool. 🐛

Patch Changes:

  1. 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

13 Jan 09:19
b718022
Compare
Choose a tag to compare

v3.4.0 release of godot scene_manager tool. 🎉

What's New?

  1. Sublist in lists of scene manager UI is now possible.
  2. no_effect_change_scene function added.
  3. Node can be added to change_scene and no_effect_change_scene functions.

Note: Documentations are up to date.
Note: Download scene_manager.zip file, unzip and add it inside your addons folder.