Unity Hotkeys
Unity hotkeys are one of the fastest ways to improve your workflow without learning any advanced systems. If you keep reaching for menus for common actions, the editor will feel slower and more awkward than it needs to.
For beginners, the goal is not to memorize every shortcut. The goal is to learn the small set of hotkeys you use constantly.
Learn the shortcuts that keep you oriented first, then add editing and play-mode shortcuts once the Scene view feels natural.
- Start with
Q,W,E,R,T, andF. - Practice Scene view movement with orbit, pan, zoom, and flythrough navigation.
- Add save, duplicate, undo, play, and Console shortcuts after the basics feel automatic.
Hotkeys are not just speed tricks for VRChat work. They help you inspect scenes, frame hidden objects, avoid accidental transforms, test changes, and move around large worlds without losing your place.
Why Hotkeys Matter
Hotkeys help you:
- switch tools faster
- navigate the scene more easily
- stay focused on the task instead of hunting through menus
- reduce repetitive clicks
Even learning a handful of them makes a noticeable difference.
The Most Important Beginner Hotkeys
These are some of the most useful everyday shortcuts:
| Shortcut | Tool or action | Use it for |
|---|---|---|
Q |
View tool | navigate without transforming the selected object |
W |
Move tool | reposition selected objects |
E |
Rotate tool | rotate selected objects |
R |
Scale tool | resize selected objects |
T |
Rect tool | UI and rectangle-style layout work |
F |
Frame selected | center the Scene view on the selected object |
Q View tool
Use this when you want to navigate without accidentally moving the selected object.
W Move tool
Use this to reposition objects with the transform gizmo.
E Rotate tool
Use this to rotate objects.
R Scale tool
Use this to resize objects.
T Rect tool
Useful for UI or certain layout tasks depending on the object type.
F Frame selected
It centers the Scene view on the selected object. If you lose track of something, press F.
Scene Navigation Shortcuts That Matter Most
Some of the most useful movement-related controls are:
Alt + Left MouseorbitMiddle Mouse DragpanMouse WheelzoomRight Mouse + WASDfly cameraRight Mouse + Q/Emove down or up while in flythrough mode- hold
Shiftwhile moving in flythrough mode to move faster
These are not all keyboard-only shortcuts, but they are part of the everyday fast workflow for moving around the Scene view.
Flythrough mode works only when the Scene view is active and the right mouse button is held. If the shortcut does nothing, click into the Scene view first and make sure you are not typing into a search field or Inspector text box.
Why F Is So Important
Beginners often waste a lot of time getting lost in the scene.
F solves that problem constantly because it:
- jumps the camera to the selected object
- recenters your work area
- makes editing more precise
If you only learn a few hotkeys early, F should absolutely be one of them.
Editing Shortcuts Worth Learning Early
| Shortcut | Action | Why it helps |
|---|---|---|
Ctrl + S |
Save | protects progress after a good change |
Ctrl + Z |
Undo | recovers from accidental moves or edits |
Ctrl + D |
Duplicate | quickly copies selected objects |
Delete |
Delete selected | removes selected objects intentionally |
Ctrl + P |
Play mode | starts and stops play testing |
Ctrl + Shift + C |
Console | opens the Console quickly |
On macOS, many Ctrl shortcuts use Cmd instead. The exact shortcuts can also be customized in Unity's Shortcuts Manager.
Use The Shortcuts Manager
Unity includes a Shortcuts Manager where you can search commands, inspect assigned keys, reset shortcuts, and customize profiles.
Open it from:
- Edit -> Shortcuts on Windows
- Unity -> Shortcuts on macOS
If a shortcut does not work the way a tutorial says, check the Shortcuts Manager before assuming Unity is broken.
How to Build Hotkey Habits
The best way to learn hotkeys is not to read giant lists. It is to replace your most common editor actions one at a time.
For example:
- stop clicking the Move tool and press
W - stop clicking the Rotate tool and press
E - stop manually hunting for objects and press
F
That kind of repetition makes the shortcuts become natural.
Common Beginner Mistakes
Trying to memorize too many shortcuts at once.
This usually does not stick. Pick three to five shortcuts and use them every session until they become automatic.
Ignoring hotkeys completely.
This keeps the workflow slower than it needs to be. Even learning W, E, R, and F makes Unity feel much easier.
Forgetting which tool is active.
If object editing feels wrong, check whether you are in View, Move, Rotate, Scale, or Rect mode before changing settings.
Typing shortcuts while the wrong panel has focus.
Shortcuts depend on editor focus. If you are typing in a search box, renaming an asset, or editing an Inspector value, the key may not trigger the Scene view command.
Using flythrough movement without saving first.
Flythrough navigation is safe, but fast editing after navigation can still lead to accidental moves. Save useful scene states often.
Practical Advice
Start with these first:
QWERF
Those alone cover a large amount of day-to-day scene work.
Once those feel natural, add more shortcuts gradually.
For VRChat world work, a good second set is:
Ctrl + SCtrl + DCtrl + PCtrl + Shift + CRight Mouse + WASD
Useful next routes
- Navigating Scene View and Camera Controls
- How to organise Unity tabs
- Unity Editor Layout and Windows
- Troubleshooting
- World Building
Final Advice
Hotkeys are one of the easiest workflow upgrades in Unity. You do not need hundreds of them. You just need the ones you use constantly.
For beginners, a small set used often is far better than a huge list you never internalize.