Skip to content

AryanFarhadi/Unity-Scene-View-Shortcut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Scene View Shortcuts (Unity Editor)

A lightweight Unity Editor script that adds keyboard shortcuts for quickly switching Scene View camera angles and toggling orthographic/perspective mode.

Ideal for speeding up Scene navigation during level design, environment setup, and scene layout.


Features

  • Quick access to standard Scene View angles
    Top, Bottom, Left, Right, Front, Back
  • Toggle Orthographic / Perspective view
  • Built using Unity’s Shortcut System
  • Editor-only (no runtime or build impact)
  • Fully configurable via Unity Shortcut Manager

Default Shortcuts

  • Alt + ↑ → Top View
  • Alt + ↓ → Bottom View
  • Alt + ← → Left View
  • Alt + → → Right View
  • Alt + F → Front View
  • Alt + B → Back View
  • Alt + O → Toggle Ortho / Perspective

Installation

  1. Copy SceneViewShortcuts.cs
  2. Place it inside any Editor folder in your Unity project
  3. Open Unity and start using the shortcuts

Technical Notes

  • Uses UnityEditor.ShortcutManagement
  • Controls SceneView.lastActiveSceneView
  • Camera rotation is applied using predefined Quaternion values
  • The camera aligns relative to the current Scene View pivot

License

Free to use, modify, and extend.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages