Skip to content

Unity Basics

Interface

40% center

  1. Scene view
    Where the game is constructed

  2. Hierarchy
    A list of GameObjects in the scene

  3. Inspector
    Settings and components for currently selected asset/object

  4. Game view
    The preview window (first person), active only in play mode

  5. Project
    A list of your project's assets, acts as a library

  6. Console
    Shows messages, warning and errors

Shortcuts

Unity provides several shortcuts bound to a Unity command.
INTERACT also features some shortcuts to Merge Parts (Shift+M), Physicalize (Shift+P) and Group Parts (Shift+G).

You can access the Unity Keyboard shortcuts and ShortcutManager to edit them or add your own ones.