Skip to content

Instantly share code, notes, and snippets.

@cipherzzz
Last active July 6, 2022 13:44
Show Gist options
  • Save cipherzzz/58043720016069422d0b21e926f808b7 to your computer and use it in GitHub Desktop.
Save cipherzzz/58043720016069422d0b21e926f808b7 to your computer and use it in GitHub Desktop.
Unity Cheatsheet
# Unity Cheatsheet
These are some helpful commands for navigating a scene in unity
- Hold right-click + WASD to fly around scene
- With a prefab and your mouse in the Scene view, Press F to focus on it
then use the scroll wheel to zoom in and out and hold the scroll wheel to pan
- Hold alt+left-click to rotate around the focal point or hold alt+right-click to zoom in and out
- If anything goes wrong, press Ctrl/Cmd+Z to Undo until it’s fixed
- ctrl-p enter/exit play mode
- qwerty keys select the move/rotate/etc tools
- hold down ctrl to move an object by 1 unit
- in play mode you can left click and drag horizonal to change a public variable to see what value works best
- Edit playmode tint to make it obvious
From the top menu, go to Edit > Preferences (Windows) or Unity > Preferences (Mac)
In the left menu, choose Colors, then edit the “Playmode tint” color to have a slight color
Play your project to test it, then close your preferences
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment