Releases: maktoobgar/scene_manager
v2.0.0
v2.0.0 release of godot scene_manager tool. 🎉
Major Changes:
- Previous versions are not supported anymore.
- There is no need to have a
scenes.json
file near your exported game. - Function
create_scene_instance
now returns a Node instead of a PackedScene.
Description:
- This version exists because I wanted to get rid of the
scenes.json
file right beside of my every exports and now this is possible. - Having a
scenes.json
file near a android or ios phone export after installing it is kinda impossible cause you have to actually ask user to put thatscenes.json
file in some directory right after installation is done, so again, this version was necessary.
Note: Documentations are up to date.
Note: Download scene_manager.zip
file, unzip and add it inside your addons
folder.
v1.4.0
v1.4.0 release of godot scene_manager tool. 🎉
New Features:
- Scenes inside folders with
.gdignore
file inside them will be ignored from tool view - Two
safe_validate_scene
andsafe_validate_pattern
functions added - Shader transition feature added
- Function
create_scene_instance
added so you can create scenes just by knowing their keys - Transitions are so much more customizable
Note: Documentations are up to date.
Note: Download scene_manager.zip
file, unzip and add it inside your addons
folder.
v1.3.0
v1.3.0 release of godot scene_manager tool. 🎉
New Features:
- Change to previous scene
- Fully customizable transitions(debug and smoothing happened)
- Customizable entering transition with show_first_scene function
- Reset first scene to the current scene with reset_scene_manager function
- Arrangeable scene categories(they will reset to alphabetic order with refresh or save button)
Note: Documentations are up to date.
Note: Download scene_manager.zip
file, unzip and add it inside your addons
folder.
v1.2.0
v1.2.0 release of godot scene_manager tool. 🎉
New Features:
- Categorization added in tool for categorizing scenes
- Ignore folder section can hide optionally
- Ignore folder added in tool to avoid extra unneeded scenes
Note: Documentations are up to date.
Note: Download scene_manager.zip
file, unzip and add it inside your addons
folder.
v1.1.0
v1.1.0 release of godot scene_manager tool. 🎉
New Features:
- A basic smooth transition system added
- Refactoring older code and optimizations happened (I know more optimizations needed and more will happen)
Plans:
- For version 1.2.0: add a drag and drop(if it is possible) organizing scenes.
- For version 1.3.0: add an ignore feature in UI to config and ignore scenes and folders you don't need to have inside your tool.
Note: Documentations are up to date.
Note: Download scene_manager.zip
file, unzip and add it inside your addons
folder.
v1.0.0
First release of godot scene_manager tool. 🎉
I hope everyone loves it.
Features:
- Duplication key check in tool
- Automatically taking refresh action when activating tool
- Save data on
scenes.json
file - Load data from a file
- Change_scene and validate_key functions added
- Documentation added
Note: Download scene_manager.zip
file, unzip and add it inside your addons
folder.