Chapter 20: Building the Project
So, we have reached a point where the game is mature enough to test it with real people. The problem is that we can't pretend people will install Unity, open a project, and hit Play. They want to receive a nice executable file to double-click and play right away. In this chapter, we are going to discuss how we can convert our project into an easy-to-share executable format.
In this chapter, we will examine the following build concepts:
- Building a project
- Debugging the build
Building a project
In software development (including video games), the result of taking the source files of our project and converting them into an executable format is called Build. The generated executable files are optimized to get ...
Get Hands-On Unity 2020 Game Development 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.