Skip to content

Latest commit

 

History

History
176 lines (84 loc) · 7.57 KB

CHANGELOG.md

File metadata and controls

176 lines (84 loc) · 7.57 KB

Changelog

3.1.0 (2024-08-27)

Features

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

3.0.2 (2024-08-16)

Bug Fixes

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

3.0.1 (2024-07-31)

Bug Fixes

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

3.0.0 (2024-06-19)

Features

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

BREAKING CHANGES

3.0.0-pre.8 (2024-06-15)

Bug Fixes

  • add addressable preprocessor to scenedatabuilder (7720e1e)
  • test reusable workflow (575af28)

2.3.2 (2024-03-04)

Bug Fixes

2.3.1 (2024-01-30)

Bug Fixes

  • improve dispose/cancellation error handling (#28) (2bfbcb9)

2.3.0 (2024-01-30)

Features

  • implement IDisposable on ISceneManager and ISceneLoader (#27) (fae1cf4)

2.2.3 (2023-12-20)

Bug Fixes

  • replace WaitForCompletion with async logic (#24) (3f87bc4)

2.2.2 (2023-12-02)

Bug Fixes

2.2.1 (2023-10-19)

Bug Fixes

  • add preprocessor directives to filter out addressables code (#21) (82b0616)

2.2.0 (2023-06-28)

Features

  • add support for multiple scene operations (#17) (87117e0)

2.1.1 (2023-03-08)

Bug Fixes

  • correct scene assignment on load/unload ops (5953402)

2.1.0 (2023-02-12)

Features

  • add transitions from external scenes (64205fb)

2.0.2 (2023-02-08)

Bug Fixes

  • Point intermediate ci checkout to new release (39ad3ee)

2.0.1 (2023-02-08)

Bug Fixes

  • Update upm branch generation (6dbab20)

2.0.0 (2023-02-08)

Code Refactoring

  • Merge addressable and standard interfaces (ed9a523)

Features

  • Add new SceneManager for addressable ops (06ca0bd)
  • Add Scene Info linked by Asset Reference (db996d7)
  • Update internal addressable scene manager (6217814)

BREAKING CHANGES

  • Removed IAddressable interfaces.

The interfaces have been standardized, so the usage of specific ones for Addressable workflow is no longer required.

1.4.1 (2022-12-08)

Bug Fixes

  • Unload scene before loading in transitions (f6b8c7a)

1.4.0 (2022-10-25)

Features

1.3.1 - 2022-10-24

  • Added: OpenUPM documentation.

1.3.0 - 2022-10-03

  • Fixed: Updated assembly definition and namespaces names to reflect the organization name changes.

1.2.0 - 2022-10-03

1.1.0 - 2022-09-13

  • Changed: Moved repository to My Unity Tools organization.
  • Changed: Updated package name and author.

1.0.0 - 2022-09-05

  • Initial Release.