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.