You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the package doesn't support loading a collection while another collection is loading. While this makes sense as canceling a scene mid-load introduces a lot of edge cases, it is a bit annoying to use with long transitions.
For example, when having a long fade-out transition, the player might want to open the pause menu and exit the game (load menu scene). However, the long transition will prevent that as the ScriptableSceneController.IsLoading will be set to true.
Make it so that transitions would not contribute/could be canceled and another collection could be loaded on top.
The text was updated successfully, but these errors were encountered:
Currently the package doesn't support loading a collection while another collection is loading. While this makes sense as canceling a scene mid-load introduces a lot of edge cases, it is a bit annoying to use with long transitions.
For example, when having a long fade-out transition, the player might want to open the pause menu and exit the game (load menu scene). However, the long transition will prevent that as the
ScriptableSceneController.IsLoading
will be set totrue
.Make it so that transitions would not contribute/could be canceled and another collection could be loaded on top.
The text was updated successfully, but these errors were encountered: