Skip to content

Releases: Home-Alone-Studios/unity-scene-loader

Scene Loader v0.6.0

08 Oct 16:26
Compare
Choose a tag to compare

Improved version of the scene loader with the option to allow preload of scene on start and listen for unloaded scene events

Added

  • Inspector option to preload scene on start.
  • On unloaded scene event to listen when the scene has been unloaded
  • Preload sample demo to illustrate the newly added features

Scene Loader Features

  • Load referenced scene synchronously
  • Load referenced scene asynchronously
  • Preload referenced scene asynchronously or on start
  • Unload referenced scene
  • Restart referenced scene
  • Load any other scene async or sync based on the scene mode via their name
  • Listen for unload scene events

Scene Loader Manager Features

  • Loads and tracks the progress of any scene

Scene Loader v0.5.0

26 Aug 12:47
Compare
Choose a tag to compare

Initial release that does most of what is expected in a scene loader.

Added

  • Serializable scene so that scene objects can be referenced in the inspector like prefabs, textures etc via the assistance of SceneReference
  • Scene loader to easily help with loading referenced unity scenes via the inspector
  • Scene loader manager to help with splash screens or loading screens during load

Scene Loader Features

  • Load referenced scene synchronously
  • Load referenced scene asynchronously
  • Preload referenced scene asynchronously
  • Unload referenced scene
  • Restart referenced scene
  • Load any other scene async or sync based on the scene mode via their name

Scene Loader Manager Features

  • Loads and tracks the progress of any scene