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.