Learning Unity iOS Game Development
上QQ阅读APP看书,第一时间看更新

Preface

Learning Unity iOS Game Development covers everything that is needed to create and publish an iOS game using Unity 5. The process includes creating an Apple Developer account, creating a new App using iTunes Connect, which includes the Game Center integration of leaderboards and achievements, and creating an in-app purchase and displaying iAds to the user. Furthermore, we will go through many of the introductory steps within Unity 5 to create a fully functional game with the C# programming language. We will also discuss its application in creating a user interface that takes touch input, stores saved data, and has a full game loop so that the player can navigate between the menu and game states. Finally, we will go through the process of creating a test build before finally making a distribution build to submit to Apple for approval.