Book Image

Learning Unity iOS Game Development

Book Image

Learning Unity iOS Game Development

Overview of this book

Table of Contents (14 chapters)
Learning Unity iOS Game Development
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
6
Main Menu, iAds, Leaderboards, Store Purchases, and Achievements
Index

Summary


As every game has its own form of rules, it often results in a unique type of input interface for the player to send input to. In our case, you learned that for a mobile, simple is better, which is why we will only use a system that gets swipes and taps.

In more complex games, such as those made for PC or consoles, the input can become a much bigger project because there are more options given to the player via a keyboard or controller. The one thing that will stay the same regardless of the game you are creating is that the input system has to cater to the game being made. If you try to make an overly complex input system for a simple game or a simple input system for a complex game, the player will often find trouble when trying to play.

Unity also offers another type of input called Gyroscope. It is a method of taking the tilt of the device and translating it into movement. Popular top-down games, such as those who have a ball, often use this type of input to simulate the surface...