Skip to content

Releases: mygamedevtools/scene-loader

4.0.0

24 Mar 22:08
Compare
Choose a tag to compare

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

27 Aug 22:08
Compare
Choose a tag to compare

3.1.0 (2024-08-27)

Features

  • add new scene transition methods (#46) (de9ccb7)

3.0.2

16 Aug 01:49
Compare
Choose a tag to compare

3.0.2 (2024-08-16)

Bug Fixes

  • add warning and documentation regarding Awake() (#43) (e24423d)

3.0.1

31 Jul 22:20
Compare
Choose a tag to compare

3.0.1 (2024-07-31)

Bug Fixes

  • scene linking for scenes loaded by path (#41) (7dc5641)

3.0.0

19 Jun 00:57
Compare
Choose a tag to compare

3.0.0 (2024-06-19)

Features

  • unify addressable and non-addressable workflows (#37) (68e93f3)

BREAKING CHANGES