hello all:
I’m to learning Application and Application.LoadLevel(),but I cann’t find that function to remove Level.
If I have a level has been loaded,How is to remove this level?
thank you:smile:
If you load a level, the level you’re currently on is removed. The only exception is if you’ve used DontDestroyOnLoad for any of the objects in the current scene.
Yes,I know.
but,I have two level has been loaded,I just removed a scene and leave the other.
There is no way to have 2 separated scenes loaded at the same time in unity.
Loding scene one → play → Load scene 2 + unload old scenen → Play.