Skip to content

v2.0.0

Compare
Choose a tag to compare
@maktoobgar maktoobgar released this 28 Mar 19:52
· 65 commits to main since this release
ccb380e

v2.0.0 release of godot scene_manager tool. 🎉

Major Changes:

  1. Previous versions are not supported anymore.
  2. There is no need to have a scenes.json file near your exported game.
  3. Function create_scene_instance now returns a Node instead of a PackedScene.

Description:

  1. 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.
  2. 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 that scenes.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.