Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 953 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 953 Bytes

Godot Scene Manager

Godot Scene Manager is an attempt to help Godot recognize and manage what is a level vs a player or non level / scene GameObject since all GameObject's are viewed as scene's in Godot there's been no real distinction between them until now. This allows a distinct seperation between levels and game objects as well as categorization of levels.

Features:

  • Extensible API, inherit from Level common and define your own Level type
  • Scene Manager can and will handle player instance in scene, 2D, 3D etc.
  • Can handle many types of scenes and sub scenes or sub levels.
  • Can add or remove Levels in the editor.

ToDo:

  • Want to add extensible Level Editors for 2D and 3D
  • Want to make Levels renameable from the SceneManager
  • Want to add a better UI for HubWorld type levels that hold several levels to select from.
  • Want to add a better UI to select type of new level to add based on currently known level types