Unity Keyboard Shortcuts For Game Developer

Unity Shortcuts Make Easy To Use

FFrame selected (ie, show the selected asset in its containing folder)
TabShift focus between first column and second column (Two columns)
Ctrl/Cmd + FFocus search field
Ctrl/Cmd + ASelect all visible items in list
Ctrl/Cmd + DDuplicate selected assets
DeleteDelete with dialog
Delete + ShiftDelete without dialog
Backspace + CmdDelete without dialogs (OSX)
EnterBegin rename selected (OSX)
Cmd + down arrowOpen selected assets (OSX)
Cmd + up arrowJump to parent folder (OSX, Two columns)
F2Begin rename selected (Win)
EnterOpen selected assets (Win)
BackspaceJump to parent folder (Win, Two columns)
Right arrowExpand selected item (tree views and search results). If the item is already expanded, this will select its first child item.
Left arrowCollapse selected item (tree views and search results). If the item is already collapsed, this will select its parent item.
Alt + right arrowExpand item when showing assets as previews
Alt + left arrowCollapse item when showing assets as previews

Unity From Scratch

Unity Interface

Unity Interface depends on 5 parts .Following interface can be adjusted in your way , just drag and drop set it as you like...
  1. Tool bar
  2. Scene
  3. Inspector
  4. Project
  5. Hierarchy

  • Hierarchy

Hierarchy contains some GameObject of your current Scene. Some of these are direct instance of asets files, like Prefabs and 3D Models.




Parenting

Unity uses a concept called Parenting, to make any GameObject the child of another. Just Drag the desired child into desired Parent in the Hierarchy. Inherited child will move and rotate according to it's Parent.