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

Unlock the full course today

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

Object Inspector and components

Object Inspector and components - Unity Tutorial

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

Start my 1-month free trial

Object Inspector and components

- [Instructor] In this movie, we're going to explore game objects, components, and the object inspector. We'll be looking at what make objects work as they should do here inside Unity. It's critical to understand the anatomy of a game object so that when you're building your own worlds and your own objects, your scenes will behave as you expect them to. To demonstrate this, I've opened the micro game FPS scene that you can see open here inside the editor. For example, if I select this character here, this NPC non-player character, it's the enemy hover bot. When I select the enemy hover bot here inside the hierarchy, what I am selecting is a game object. Every single item that is listed here inside the hierarchy panel is classified as a game object and that's Unity terminology. In some 3D software on engines, they might be called nodes or actors, but here in Unity, the word is game object. Now, when you select a game…

Contents