From the course: Cert Prep: Unity Certified Associate Game Developer Fundamentals

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Hierarchies

Hierarchies - Unity Tutorial

From the course: Cert Prep: Unity Certified Associate Game Developer Fundamentals

Start my 1-month free trial

Hierarchies

- [Instructor] In this movie, we're going to talk about object hierarchies and why they are really really important for organizing and grouping together different elements of your scene. If you take a look at the project open in front of us here, this is the main scene of the micro game FPS project here created in signed Unity. You'll find in the hierarchy panel, we've got a complete list of the different objects inside the scene. But they're not just a list of objects. For example, if I select the enemy hover bot, by left clicking it, it gets selected here inside the scene. If I need to see the gizmos and the representations for this object, I can just activate gizmos and see all the different things that make up this enemy hover bot. Now, the enemy hover bot is a complex object. It has many different pieces. Not just different components in the inspector, but next to the enemy hover bot is this arrow, which when I select…

Contents