Creating and deploying a mobile game with Unity’s Runner Game project template
Unity has published a great Runner Game mobile project template. In this recipe, we’ll create a project with that template, customize the scene, and deploy it to a mobile device.
Figure 16.20: Photos of the mobile Runner Game deployed and running on an Android phone
How to do it...
To create and deploy a mobile runner game with the Runner Game project template, perform the following steps:
- Open the Unity Hub application. Click New Project, and select the version of the Unity Editor you wish to develop with.
- Locate the Runner Game template in the list of templates (you’ll need to download it the first time you use the template).
Figure 16.21: Selecting the Runner Game project template in Unity Hub
- Create and open the new project.
- When you open the project, you may wish to explore this tutorial template by clicking through...