The Nature of Export

In this final chapter, we will learn about the final steps of producing a game. First of all, we will finish implementing our control scheme so that the game can also be played on mobile devices with touchscreens. We will use the Unity UI to achieve that.

Then, we will look at the very basics of the steps required to export the game. This will be enough to see your game running independently from Unity, either as a Standalone or on an Android device. However, building the game involves many other steps (optimizing the game, the content, the rendering, and so on) that are appropriate for more advanced users of Unity, and thus outside the scope of this book.

In particular, we will cover:

  • Finishing the UI controller so that the player can control our Panda Hero from touchscreens.
  • Exporting the game in general for Android devices.

With that said, let's get going!

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset