-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Getting Started with Unity 2018
By :

Creating a build for your game is not complicated when you are working on your own projects. You essentially ensure your assets (for example, 3D models, textures, animations, and scripts) are on your computer and you use Unity to create the build. This process is much more complicated when you are working on large and distributed teams. This section covers the individual developer where all assets are on a single computer.
The Unity build process seems pretty easy. We can simply select File | Build & Run
from the top menu and get great results. Unity actually does a lot of work to create a build. Here are the basic steps the Unity game engine takes to create a build of your game:
There are additional aspects of the build process that...