Short story:
I’m making a game with a level editor, the game itself is made in Unity, the Editor is made in WPF.
When the Editor is opened, the game establishes a TCP connection with the editor, and displays a blank scene with some GUIText with information about the connection.
I would like to hide the game window entirely, when the editor is in use, but i need to keep the game running in background so when people click “Test Level” in the editor, the level is started inmediatly, without having to wait the game to initialize and stuff.
Is there any way to hide and show the Game Window on demand?