Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 579 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 579 Bytes

UnityLevelManager

For better game scene management.

Provides an implementation of "Levels" as stacks of scenes that are loaded and unloaded together.

  • Define levels in editor
  • Top to bottom load order (reverse unload order)
  • Load and unload by name

image

TODO:

  • Convert to async
  • Persistent scenes across multiple levels
  • Better readme

Uses Unity Scene Reference to handle dragging and dropping scenes.