- Home /
One SceneManager.LoadSceneAsync across multiple scenes
Hey everyone, I'm loading a scene using SceneManager.LoadSceneAsync and it's working. Now, the scene that it's loading is huge, so I want to be able to quickly reload it if my character dies. Is there an easy way to do that? I tried marking the object that I'm running LoadSceneAsync from as DontDestroyOnLoad, but I can't seem to reload the level from the same object that loaded the level in the first place.
Any ideas??
Thanks!
Your answer
Follow this Question
Related Questions
pass data between scene for game settings? 1 Answer
Loading Muiltiple Scenes Async 0 Answers
Does Flash Export Support Application.LoadLevelAysnc 1 Answer
Trigger audio clip on load level async (only playing for a fraction of a second) 0 Answers
URP Unity second camera (From other scene) not being detected for stacking 0 Answers