switching applications level...

Hello Unityrs,

sorry, this might be silly but I am learning to develop under Unity. I have created 2 levels: one main one and a second one as each of them has a different GUI.

I set up the main one with a button and its OnGUI calls the Application.LoadLevel(1) which is the second level. The second level also has a button.

The problem I have is that when I run the application, the first button/the screen doesn't clear up leaving the second button only. Basically the first and the second button overlap each other. :(

Any Help!? :)

Thanks. GC.

Application.LoadLevel("Name Of Level") hope i helped!