In this chapter, we will go through all of the setup that we'll need in order to deploy the project in its current state onto our mobile devices. At the time of writing this book, mobile development is typically done either for Android or iOS, so we will cover that.
Chapter overview
Our objectives
This chapter will be split into a number of topics. It will contain a simple step-by-step process from beginning to end. The following is the outline of our tasks:
- Introduction to build settings
- Building a project for a PC
- Installing the Java Development Kit and Android SDK
- Exporting your project for Android
- Putting the project on your Android device
- Unity iOS installation and Xcode setup
- Building a project for iOS