Home

Awesome

日本語はこちら / Japanese

Unity Editor Extension Controls Field of View (FoV) in Scene View

Demo
demo
Wide angleTelescopic (narrow angle)
WideFovNarrowFov

One thing people repeatedly say is missing in Unity Editor's Scene View is that there is no way to control the Field of View (FoV). With this extension, you will now be able to do this using the Unity Editor's private API.

How to use

Keyboard/MouseEffectNote
FoV button in the toolbar of Scene ViewToggle FoV mode (auto / manual)
Ctrl + Alt + WheelChanges FoV
Ctrl + Alt + Shift + WheelChanges FoV (high speed)Unavailable on Mac
Ctrl + Alt + OIncreases FoV (wide angle)
Ctrl + Alt + PReduces FoV (narrow angle/telescopic)
Ctrl + Alt + Shift + OIncreases FoV (high speed, wide angle)
Ctrl + Alt + Shift + PReduces FoV (high speed, narrow angle/telescopic)

You can also right click the FoV button to use the following functionalities

Menu nameEffectNote
FoV : Auto (Default behaviour)Set FoV mode to "Auto""Auto" means Unity Editor's normal behaviour
FoV : ManualSet FoV mode to "Manual"
Reset Follower CameraReset Follower Camera
Follower Camera submenuYou can select a camera which follows SceneViewIf there're multiple Scene/GameView, you can set them independently

Changing and Saving Settings

Select "Edit" > "Scene View FoV Settings" in the Unity Editor menu to open the settings window.

ItemMeaning
FoV SpeedChanges FoV speed
FoV Shift Modifier MultiplierMultiplies the modifier speed when pressing Shift
Min FoVMinimizes FoV (angular unit)
Max FoVMaximizes FoV (angular unit)
SaveSaves the settings
Restore Default SettingsRestores the default settings
Restore Saved SettingsRestores the saved settings
CloseCloses the window

Prerequisites

This package needs Unity 2019 or greater. I've checked this package with Unity 2019.4, 2020.3, 2021.2 and 2022.1b.

References

License

MIT