Version: Unity 6.7 Alpha (6000.7)
Language : English
Scene Camera reference
Manage the Inspector window

Inspector window reference

The Inspector window displays the properties of the current selection of one or more GameObjects, assets, or components. You can use the Inspector window to view and edit the properties of the selected items.

Topic Description
Manage the Inspector window Open the Inspector window in normal or debug mode.
Inspect items Learn what the Inspector window displays for GameObjects, prefabs, assets, and scripts.
Focus an Inspector window Keep the window focused on a single item, regardless of the current selection.
Assign icons to inspected items Assign built-in or custom icons to display on the item in the Scene view.

Additional resources

  • Inspecting scripts
  • GameObjectsThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
    See in Glossary
  • ComponentsA functional part of a GameObject. A GameObject can contain any number of components. Unity has many built-in components, and you can create your own by writing scripts that inherit from MonoBehaviour. More info
    See in Glossary
  • PrefabsAn asset type that allows you to store a GameObject complete with components and properties. The prefab acts as a template from which you can create new object instances in the scene. More info
    See in Glossary
  • The Hierarchy window
Scene Camera reference
Manage the Inspector window