In Unity3D, when you click on a game, by default it switches to the full view of the “game”, which is great for previews, etc., but sometimes we just want to see our results in the “Scene” view, t need to worry about customization all lighting, materials, etc.
Now we know that we can just create a new layout that simultaneously displays the “Game” and “Scene” tabs, and that we do this, we can continue to watch the “Scene” tab when we start. However, we just don’t want to see the “Game” tab. Love, just to hide it until we need it later.
Can this be done?
source share