# Scene Outliner

The **Scene Outliner** contains the list of every [**Object**](/incari-studio/objects-and-types/scene-objects.md) in the currently selected [**Scene**](/incari-studio/objects-and-types/project-objects/scene.md). It can be used to organize, manage, create, delete, and edit them.

<div><figure><img src="/files/kwcoEgVyOr6PyMrgLBrO" alt=""><figcaption><p>Scene Outliner.</p></figcaption></figure> <figure><img src="/files/NnZuTRMoz3iVHfqebGAp" alt=""><figcaption><p>Pop-up menu with options to manage Objects.</p></figcaption></figure></div>

This page describes all the options available in the **Scene Outliner** for managing **Objects** in a **Scene**:

* [**Create**](#create)
* [**Prefabs**](#prefabs)
* [**Duplicate**](#duplicate)
* [**Copy, Cut, and Paste**](#copy-cut-and-paste)
* [**Rename**](#rename)
* [**Delete**](#delete)
* [**Show and Hide**](#show-and-hide)
* [**Search**](#search)
* [**Filter**](#filter)

## Create

New **Objects** can be created in the following ways:

* Click on the plus ![](/files/4ClTKM4Xj15Pwkw81GeS) icon located at the top left corner of the **Scene Outliner** and select the **Object** to create.
* Right-click inside the **Scene Outliner**, select `Create` from the pop-up, and click on the **Object**.

<div><figure><img src="/files/83N9qSwOsMl6a3laSE8W" alt=""><figcaption><p>Creating an Object with the plus icon.</p></figcaption></figure> <figure><img src="/files/01pQGvAVbZRP7KXJU2ai" alt=""><figcaption><p>Creating an Object from the pop-up menu.</p></figcaption></figure></div>

## Prefabs

The pop-up menu that appears by right-clicking on the **Scene Outliner** offers three options relating to **Prefabs**.

* `Make prefab`: The selected **Objects** turn into a **Prefab**.
* `Unpack prefab`: The selected **Prefab Instance** is unpacked, thus the **Objects** that compose it remain in the **Scene** but no longer are a **Prefab Instance**. More information can be found [here.](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/objects-and-types/prefabs/creating-and-using-prefabs.md#unpacking-a-prefab)
* `Edit prefab`: This will open the **Prefab View**, where the [**Prefab Asset**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/objects-and-types/prefabs/creating-and-using-prefabs.md#editing-the-prefab-asset) can be edited

<div><figure><img src="/files/kYUpIfJRYXmOKQz7CHOy" alt=""><figcaption><p>Creating a Prefab from Objects in the Scene.</p></figcaption></figure> <figure><img src="/files/9Oa0fpLNfMBezqDsoVaY" alt=""><figcaption><p>Unpacking a Prefab.</p></figcaption></figure> <figure><img src="/files/H7c4u9CwYZBH2K9Lnshh" alt=""><figcaption><p>Creating an Object from the pop-up menu.</p></figcaption></figure></div>

For more details, see the [**Prefabs**](/incari-studio/objects-and-types/prefabs.md) section.

## Duplicate

An **Object** in the current **Scene** can be duplicated by right-clicking it on the **Scene Outliner** and selecting `Duplicate`.

![Duplicating an Object.](/files/s7ndbmFkBJQpglY2pTTQ)

## Copy, Cut, and Paste

**Objects** can be cut or copied and then pasted in another **Scene**.

![Cutting, copying, and pasting Objects.](/files/pG3A5E1tUqYCt3dQx1NA)

## Rename

**Objects** can be renamed by right-clicking an item and selecting `Rename`. You can then type a new name and press **`⏎`**/`Return` to confirm the change.

![Renaming an Object.](/files/H6KUyFBjhWlHmSoNCziX)

## Delete

**Objects** can be deleted in the following ways:

* Right-click on an item and select the `Delete` button from the pop-up.
* Select an item and press `del`.

![Deleting an Object.](/files/D05s5ISXTeTngTun2zz6)

## Show and Hide

**Objects** can be shown or hidden at the start of a **Scene**.

To hide an **Object**, click on the eye icon at the right of it.

And to show a hidden **Object**, click on the crossed out eye icon at the right of it.

![](/files/qkSjui9LoItcGTYyOpcj)

## Search

The `Search` option allows the user to search **Objects** in a **Scene** by name. To perform a search, click the magnifying glass icon on the top right, and write the name of the **Object** to search.

![Searching Objects by name.](/files/4gmc0XLDLvx0WUERcSRl)

## Filter

The `Filter` option allows the user to filter **Objects** in a **Scene** by type. To apply a filter, click the filter icon on the top right, and select the types to filter from the drop-down menu. After a filter has been applied, it can be removed with the `Reset` button.

![Filtering Objects by type.](/files/i4lUbNQ48nqY6FBOkKgF)

## Frame Selected

Sometimes one gets lost in a **Project**. It is now easier than ever to refocus on a particular **Object**. The user just needs to locate that **Object** in the **Scene Outliner**, right-click, and select `Frame Selected`. This can also be achieved by simply pressing the `F` key.

![Frame Selected Example.](/files/Hhg62FGG8OwPjHi5WUG6)

## See Also

* [**Scene**](/incari-studio/objects-and-types/project-objects/scene.md)
* [**Scene Objects**](/incari-studio/objects-and-types/scene-objects.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.incari.com/incari-studio/modules/scene-outliner.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
