Hi guys, is there any way to load a scene from another scene? How do we do SceneManager.LoadSceneAsync() in tiny? I have made a project and it take time to load, so I want to make a loading page. Thanks you guys.
Hi, it is not the most elegant solution but this is what I do: https://github.com/MartinKral/Spher...ts/Scripts/Main/Systems/SceneManagerSystem.cs
Check also Tiny racing main menu system https://github.com/Unity-Technologi.../TinyRacing/Systems/UpdateMainMenu.cs#L19-L24