Skip to content

Instantly share code, notes, and snippets.

@Haelle
Last active October 26, 2019 13:09
Show Gist options
  • Save Haelle/8fde95a04d6f431346e203f793b7fdca to your computer and use it in GitHub Desktop.
Save Haelle/8fde95a04d6f431346e203f793b7fdca to your computer and use it in GitHub Desktop.
Unity3D editor cheatsheet

The Scene View

Transform tools

  • a - Hand tool :

    • hold click to move around
  • z - manipulate GameObjects on axis

  • e - manipulate GameObjects on rotations

  • r - manipulate GameObjects on scales

  • t - rectTranform for UI

In any mode :

  • Alt+Ctrl : move around (like hand tool)
  • right click : fly through mode.
    • look around
    • a,z,e,q,s,d : move the position of the camera
  • Alt+left click : rotate around point of focus
  • Alt+right click : zoom in/out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment