December 2019
Intermediate to advanced
388 pages
8h 11m
English
This window is a hierarchical view of the elements in the Scene view, which are represented by their names. On the top, we will always have the scene, and all the objects we add to the scene will hang from it. In the following screenshot, we have different elements, with some of them (Cube, Canvas) containing more elements.
The hierarchical view allows us to easily find the elements and the relationships between them (parenting) that affect the way they behave. For example, if we move the Cube element, its child object, ChildOfCube, will move along with it. However, if we only want to move the ChildOfCube element, we would select it in the Hierarchy window and move it, without affecting its parent Cube. In terms of the ...