Version: 2019.4
The Game view
The Inspector window

La ventana de Hierarchy (Jerarquía)

The default Hierarchy window view when you open a new Unity project
The default Hierarchy window view when you open a new Unity project

The Hierarchy window contains a list of every GameObject in the current Scene. Some of these are direct instances of Asset files (like 3D models), and others are instances of Prefabs, which are custom GameObjects that make up most of your game. When you add or remove GameObjects the Scene (or when your gameplay mechanic adds and removes them), they appear and disappear from the Hierarchy as well.

By default, the Hierarchy window lists GameObjects by order of creation, with the most recently created GameObjects at the the bottom. You can re-order the GameObjects by dragging them up or down, or by making them “child” or “parent” GameObjects (see below).

Parentesco (Parenting)

Unity uses a concept called Parenting. When you create a group of GameObjects, the topmost GameObject or Scene is called the “parent GameObject”, and all GameObjects grouped underneath it are called “child GameObjects” or “children”. You can also create nested parent-child GameObjects (called “descendants” of the top-level parent GameObject).

In this image, Child and Child 2 are the child GameObjects of Parent. Child 3 is a child GameObject of Child 2, and a descendant GameObject of Parent.
In this image, Child and Child 2 are the child GameObjects of Parent. Child 3 is a child GameObject of Child 2, and a descendant GameObject of Parent.

Click a parent GameObject’s drop-down arrow (on the left-hand side of its name) to show or hide its children. Hold down the Alt key while clicking the drop-down arrow to toggle visibility of all descendant GameObjects of the parent, in addition to the immediate child GameObject.

Making a child GameObject

To make any GameObject the “child” of another, drag and drop the intended child GameObject onto the intended parent GameObject in the Hierarchy.

In this image, Object 4 (selected) is being dragged onto the intended parent GameObject, Object 1 (highlighted in a blue capsule).
In this image, Object 4 (selected) is being dragged onto the intended parent GameObject, Object 1 (highlighted in a blue capsule).

You can also drag-and-drop an GameObject alongside other GameObjects to make them “siblings” - that is, child GameObjects under the same parent GameObject. Drag the GameObject above or below an existing GameObject until a horizontal blue line appears, and drop it there to place it alongside the existing GameObject.

In this image, Object 4 (selected) is being dragged between Object 2 and Object 3 (indicated by the blue horizontal line), to be placed here as a sibling of these two GameObjects under the parent GameObject Object 1 (highlighted in a blue capsule).
In this image, Object 4 (selected) is being dragged between Object 2 and Object 3 (indicated by the blue horizontal line), to be placed here as a sibling of these two GameObjects under the parent GameObject Object 1 (highlighted in a blue capsule).

Child GameObjects inherit the movement and rotation of the parent GameObject. To learn more about this, see documentation on the Transform component.

Ordenamiento Alfanumérico

The order of GameObjects in the Hierarchy window can be changed to alphanumeric order. In the menu bar, select Edit > Preferences in Windows or Unity > Preferences in OS X to launch the Preferences window. Check Enable Alpha Numeric Sorting.

Cuando usted marque esto, un icono aparece en la esquina superior derecha de la ventana de Hierarchy, permitiendo que usted cambie entre un ordenamiento de Transform (el valor predeterminado) o un ordenamiento Alphabetic (alfabético).

Setting GameObject visibility and pickability

The Scene visibility controls in the Hierarchy window allow you to quickly hide and show GameObjects in the Scene view without changing their in-game visibility. Beside the visibility controls are the Scene picking controls, which toggle between blocking and allowing you to select GameObjects in the Scene view while you are editing.

These controls are useful for working with large or complex Scenes where it can be difficult to view and select specific GameObjects.

Scene visibility icons/toggles
Scene visibility icons/toggles

For more information, see the documentation on Scene visibility and Scene picking.

Multi-Scene editing (edición de varias escenas)

Es posible tener más de una Escena abierta en la ventana de Hierarchy al mismo tiempo. Para averiguar más de esto, ver la página de Multi Scene Editing.


  • Toggling Scene visibility added in 2019.1 NewIn20191
  • Toggling Scene pickability added in 2019.3 NewIn20193
The Game view
The Inspector window
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961