Skip to main content
Version: 3.7.0

Inspector Panel

View and edit a selected object’s components and properties in the Inspector panel.

effect house workspace interface

Add a Component

To open the Component menu:

  1. Select an object in the Hierarchy panel
  2. Go to the Inspector panel to view the object's components
  3. At the bottom of the panel, click + Add component
component menu

Manage a Preset

For select components, you can create a preset to quickly apply a set of properties to a component of the same type.

note

A preset can only be applied to a component of the same type. For example, if you create a preset of an object's Sphere Collider component, you can only apply the preset to another Sphere Collider component.

To create a preset:

  1. Select an object in the Hierarchy panel
  2. Select or add a component in the Inspector panel
  3. Click the More button
  4. Click Create preset
create preset

The preset is saved in the Presets folder of the Assets panel and is available in the Assets window.

presets folder

To apply a preset:

  1. Select an object with the same component in the Hierarchy panel
  2. Select the same component in the Inspector panel
  3. Click the More button
  4. Click Apply preset. The Assets window appears with available presets.
apply preset
  1. Select a supported preset and click OK
assets menu

Assign an Asset

You can import and apply assets directly in the Inspector panel for components with Texture and Material properties.

To assign a material or texture asset:

  1. Go to a component with a Texture or Material property
  2. Click the Texture or Material field. The Assets window appears with available assets.
asset window
  1. Select an asset and click OK.
  2. If available, click + Import to add a new asset.
import asset

Add an Interaction

You can make an object interactive by adding an interaction.

To open the Interaction menu:

  1. Select an object in the Hierarchy panel
  2. Go to the Inspector panel
  3. At the bottom of the panel, click + Add interaction
interaction menu
  1. Select an interaction. The interaction appears in the Visual Scripting panel.

Find Asset Icon

When you import and assign a new Material or Texture, a Find asset icon will appear next to the property.

asset icon

The Find asset icon is useful for quickly locating and editing an asset's properties. Selecting the icon will redirect you to the respective asset in the Assets panel, improving search and modification abilities. This can be more efficient for complex projects that contain several assets.