Version: 2018.4
The Game view
The Inspector window

The Hierarchy window

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 GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary
in the current SceneA Scene contains the environments and menus of your game. Think of each unique Scene file as a unique level. In each Scene, you place your environments, obstacles, and decorations, essentially designing and building your game in pieces. More info
See in Glossary
. Some of these are direct instances of AssetAny media or data that can be used in your game or Project. An asset may come from a file created outside of Unity, such as a 3D model, an audio file or an image. You can also create some asset types in Unity, such as an Animator Controller, an Audio Mixer or a Render Texture. More info
See in Glossary
files (like 3D models), and others are instances of PrefabsAn asset type that allows you to store a GameObject complete with components and properties. The prefab acts as a template from which you can create new object instances in the scene. More info
See in Glossary
, 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 creatin, 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).

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 componentA Transform component determines the Position, Rotation, and Scale of each object in the scene. Every GameObject has a Transform. More info
See in Glossary
.

Alphanumeric sorting

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.

When you check this, an icon appears in the top-right of the Hierarchy window, allowing you to toggle between Transform sorting (the default value) or Alphabetic sorting.

Multi-Scene editing

It is possible to have more than one Scene open in the Hierarchy window at the same time. To find out more about this, see the Multi Scene Editing page.

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