Skip to content

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

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

rossborchers/UnityLevelManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages