From the course: Unity 3D 2019 Essential Training

Unlock the full course today

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

GameObjects and asset creation

GameObjects and asset creation - Unity Tutorial

From the course: Unity 3D 2019 Essential Training

Start my 1-month free trial

GameObjects and asset creation

Game objects are the basis of everything you see in a scene. Every item you see in your scene, whether they are a light, a prop, or a character, are game objects. If we look at our scene here, everything is a game object. We don't have a lot right now, but the main camera is a game object. The directional light is a game object as well. Let me put the hierarchy at the top left just for a second while we work on the scene here. For example if I wanted to create a sphere, I could right click, and create a 3d object like so. But I could also create an empty object. When you create an empty game object, you can add any component to make it something else. So this is a game object right now. But I could make it a match, I could make it a light, I could make it a camera. So how you make these things, is by adding component in the inspector. So for example, if I want to make the game object a sphere, what I could do is add a…

Contents