Hi,
I have made a webplayer game.
When you start the game, a window opens and you can play the game in the window.
I have a restart button in my game: Application.LoadLevelAsync (0).
When you press the restart button, the game restarts in full screen (not in a window).
You can go back to the window by pressing esc.
But I don’t want the full screen after pressing the restart button but just the window.
How can I solve this problem?