Legacy Documentation: Version 4.6.2
Language: English
Static GameObjects
Editing Properties

Using the Inspector

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

The Inspector is used to view and edit object properties and also preferences and other settings within Unity.

Inspector showing a GameObject with components
Inspector showing a GameObject with components

When you select a GameObject in the Hierarchy or Scene View, the Inspector will show the Properties of all Components and Materials on that object and allow you to edit them. For a custom Script component, the public variables of that script are also shown in the inspector and can be viewed and edited like the properties of Unity’s built-in components. This allows you to set parameters and default values in your scripts easily without modifying the code.

Additionally, the Inspector is used to edit import options for Assets (files containing textures, 3D models, fonts, etc). Some scene and project-wide settings are also viewed in the inspector, the Settings Managers being the main example.

This section of the manual explains the various things the inspector can do and how you can make use of them.

Static GameObjects
Editing Properties