Alt + Left Click + Drag
Unity 3D Cheatsheet
A handy cheat sheet for Unity 3D, covering essential keyboard shortcuts, scene navigation, and commonly used features to boost your game development workflow.
Editor Navigation
Scene View Navigation
|
Orbit around selected object or pivot point. |
|
Pan the Scene View. |
|
Zoom the Scene View. |
|
Focus on selected object in Scene View. |
|
Move camera in Scene View (similar to FPS control). |
|
Move camera faster in Scene View. |
|
Move the Scene View camera to align with the selected object. |
Object Manipulation
|
Activate the Translate Tool. |
|
Activate the Rotate Tool. |
|
Activate the Scale Tool. |
|
Activate the Rect Tool (for UI elements). |
|
Activate the Transform Tool (Combines Translate, Rotate, and Scale). |
|
Vertex Snapping (hold while moving). Snaps to vertices of other objects. |
|
Duplicate selected object(s). |
Asset Management
|
Create a new folder in the Project window. |
|
Rename the selected asset. |
|
Reveal in Finder (macOS) or Explorer (Windows). |
|
Open the Asset Store window. |
Code and Scripting
Scripting Shortcuts
|
Open C# Project in external editor (Visual Studio, VS Code). |
|
Create a new script. |
|
Quick Fixes / Refactorings (in external editor, if supported). |
Debugging
|
Set or remove a breakpoint in your script (in external editor). |
|
Start debugging (in external editor). |
|
Step into code (in external editor). |
|
Step over code (in external editor). |
Commonly Used Attributes
|
|
|
|
|
|
Build and Playback
Build Settings
|
Open Build Settings window. |
|
Build the project with current settings. |
Play Mode
|
Enter or exit Play Mode. |
|
Play in maximized window. |
|
Pause Play Mode. |
|
Step one frame in Play Mode when paused. |
Useful Console Commands
|
|
|
|
UI & Canvas
Canvas Manipulation
|
Align selected UI element to the parent’s anchor presets (requires Rect Tool). |
|
Expand/collapse all children. |
UI Element Creation
|
Right-click on Canvas in Hierarchy > UI > … - Alternative way to create UI elements as children of the Canvas. |
Anchors Presets
Use Anchor Presets in the Inspector to control how UI elements resize and reposition with different screen sizes. |
Hold |
Hold |