askvity

How Do I Zoom Out in Unity?

Published in Unity Basics 1 min read

To zoom out in Unity's Scene View, hold Alt and right-click-drag your mouse downwards. This allows you to quickly and intuitively navigate around your scene.

Here's a breakdown of how to control the Scene View camera:

  • Panning: Hold the middle mouse button (scroll wheel) and drag.

  • Zooming: Hold Alt and right-click-drag. Drag downwards to zoom out and upwards to zoom in. Alternatively, use the scroll wheel to zoom.

  • Orbiting: Hold Alt and left-click-drag. This rotates the view around a pivot point.

  • Flythrough: Hold the right mouse button and use WASD keys to move, and QE keys to move up and down. Shift to move faster.

Mastering these controls will significantly improve your workflow and efficiency when working with Unity.

Related Articles