Skip to content

v1.0.7

Compare
Choose a tag to compare
@FejZa FejZa released this 06 May 19:49
· 2 commits to main since this release
1b9fe20

Changelog

Warning

This release contains a breaking change within the Utilities dependency. Namespaces have been updated. Please fix your usings.

Added

  • New API ServiceManager.WaitUntilInitialized(sceneName) to wait for scene scoped services to initialize

Changed

  • Updated com.realitycollective.utilities dependency to latest release v1.0.12
  • The ServiceManagerInstance is now the GlobalServiceManager. This change was made to highlight the difference between globally scoped services and scene scoped services. Scene scoped services are managed by the SceneServiceManager