Outliner

The Outliner is the scene-tree panel. It lists every node in the scene as a hierarchy; selecting a node here also selects it in the viewport and shows its components in the Inspector. At the top are a + button for creating nodes and a search field.

The Outliner panel

The tree

  • Search — the field at the top filters the tree by node name; while it is active the tree is shown as a flat list of matches. Its × button clears the filter.

  • Expand / collapse — use the arrows on nodes that have children.

  • Select — click a node to select it. Ctrl + click toggles individual nodes, Shift + click selects a range. Click empty space to clear the selection.

  • Focus — double-click a node (or press F) to focus the camera on it.

  • Reorder / reparent — drag a node onto another to reparent it, or between nodes to reorder.

  • Instantiate — drag a prefab or model from the Project panel into the tree to add it to the scene.

  • Prefabsprefab instances are shown in the accent color. Prefab and model instances also have a > button on the right: it opens the prefab source, or for a model highlights its source file in the Project panel.

Creating nodes

The + button (or right-clicking empty space) opens the Create Node menu. New nodes are created at the camera’s position — hold Ctrl while creating to place them at the origin instead.

Node context menu

Right-clicking a node offers:

  • Copy (Ctrl+C), Paste as sibling (Ctrl+V), Paste as child (Ctrl+Shift+V).

  • Rename node (F2) and Focus node (F).

  • Delete node (Del).

  • Add empty parent — insert a new empty node as the parent of this one.

  • Duplicate node (Ctrl+D).

  • Make prefab root — only while editing a prefab; mark the node as the prefab’s root.

  • Create — the same submenu as the + button, creating the new node as this node’s child.

  • Save node as prefab — save the node and its children as a new prefab.

  • Unpack prefab — for a prefab root, replace the instance with its plain nodes.

With several nodes selected, the menu offers Copy nodes, Delete nodes, and Duplicate nodes.

The same actions are available as keyboard shortcuts.