May 2018
Beginner
464 pages
12h 39m
English
What You’ll Learn in This Hour:
How to work with 2D and 3D coordinates
How to work with game objects
How to work with transforms
Game objects are the foundational components of a Unity game project. Every item that exists in a scene is, or is based on, a game object. In this hour, you’ll learn about game objects in Unity. Before you can start working with objects in Unity, however, you must learn about the 2D and 3D coordinate ...