Understanding GameObjects

GameObjects are things we use in our game, such as 2D objects, 3D objects, audio, cameras, lights, user interfaces, and visual effects. GameObjects have properties, which vary based on their type, and components. Components can consist of things such as scripts, animations, and more. You will learn a lot about GameObjects and how to work with them as we continue to work on our game. 

GameObjects are composed of components. As you can see in the following screenshot of the Inspector panel, our game's Main Camera has four components: Transform, Camera, GUI Layer, Flare Layer, and Audio Listener

At the bottom of the ...

Get Getting Started with Unity 2018 - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.