Releases: mygamedevtools/scene-loader
Releases · mygamedevtools/scene-loader
4.0.0
4.0.0 (2025-03-24)
Features
BREAKING CHANGES
- The 4.x update consolidates the changes in the 3.x and simplifies a few more steps of the usage experience. It completely removes the ISceneLoader implementations and adds a static MySceneManager class so you don't have to manually control its lifecycle. Refer to the upgrade guide at https://scene-loader.mygamedevtools.com/docs/upgrades/from-3-to-4 for more details.
3.1.0
3.0.2
3.0.1
3.0.0
3.0.0 (2024-06-19)
Features
BREAKING CHANGES
- The ISceneManager, ISceneLoader and ILoadSceneInfo interfaces have been changed to accomodate the unification of addressable and non-addressable workflows. Refer to the migration guide at https://github.com/mygamedevtools/scene-loader/wiki/Migration-Guide-3.x for more details