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!
↧