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
TODO:
- Convert to async
- Persistent scenes across multiple levels
- Better readme
Uses Unity Scene Reference to handle dragging and dropping scenes.