Unity Quick Tip - Shortcut to Maximise a view or panel

In this Unity quick tip tutorial we'll show you how to quickly maximise a panel or view so that it fills the UI. This can be particularly useful if you're working on a smaller resolution display.

1. Create or open a Unity project.

2. Mouse over the panel or view you want to fill the screen.

3. Press Shift + Space and the panel or view will maximise to fill the UI

4. Press Shift + Space again and the UI will return back to the previous layout.

That covers everything for this tip. We hope that you found it useful. Please leave any questions or feedback in the comments below, and don't forget to subscribe to get notified when we publish our next post.

Thanks.

Comments

Popular posts from this blog

Rotating a Character in the Direction of Movement - Unity Game Development Tutorial

Changing the Colour of a Material - Unity Game Development Tutorial

Creating Terrain from Heightmaps - Unity Game Development Tutorial