scene_manager

A tool to manage, organize and ease transitions between different scenes.

MIT License

Stars
301
Committers
6

Bot releases are visible (Hide)

scene_manager - v2.0.0

Published by maktoobgar over 2 years ago

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.

scene_manager - v1.4.0

Published by maktoobgar over 2 years ago

v1.4.0 release of godot scene_manager tool. 🎉

New Features:

  1. Scenes inside folders with .gdignore file inside them will be ignored from tool view
  2. Two safe_validate_scene and safe_validate_pattern functions added
  3. Shader transition feature added
  4. Function create_scene_instance added so you can create scenes just by knowing their keys
  5. 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.

scene_manager - v1.3.0

Published by maktoobgar over 2 years ago

v1.3.0 release of godot scene_manager tool. 🎉

New Features:

  1. Change to previous scene
  2. Fully customizable transitions(debug and smoothing happened)
  3. Customizable entering transition with show_first_scene function
  4. Reset first scene to the current scene with reset_scene_manager function
  5. 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.

scene_manager - v1.2.0

Published by maktoobgar over 2 years ago

v1.2.0 release of godot scene_manager tool. 🎉

New Features:

  1. Categorization added in tool for categorizing scenes
  2. Ignore folder section can hide optionally
  3. 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.

scene_manager - v1.1.0

Published by maktoobgar over 2 years ago

v1.1.0 release of godot scene_manager tool. 🎉

New Features:

  1. A basic smooth transition system added
  2. Refactoring older code and optimizations happened (I know more optimizations needed and more will happen)

Plans:

  1. For version 1.2.0: add a drag and drop(if it is possible) organizing scenes.
  2. 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.

scene_manager - v1.0.0

Published by maktoobgar over 2 years ago

First release of godot scene_manager tool. 🎉

I hope everyone loves it.

Features:

  1. Duplication key check in tool
  2. Automatically taking refresh action when activating tool
  3. Save data on scenes.json file
  4. Load data from a file
  5. Change_scene and validate_key functions added
  6. Documentation added

Note: Download scene_manager.zip file, unzip and add it inside your addons folder.

Related Projects