Book Image

Learning NGUI for Unity

By : Charles Bernardoff (EURO)
Book Image

Learning NGUI for Unity

By: Charles Bernardoff (EURO)

Overview of this book

Table of Contents (17 chapters)
Learning NGUI for Unity
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, you learned how to switch to the Android platform, and how to build and test our game on a mobile device. After testing it, we stated different issues prompted by the mobile platform switching.

After correcting the autorotation, back button, character movement, and right-click issues, we implemented touch-and-hold features with visual feedback for the player.

This touch-and-hold feature is used for two different actions; displaying the elemental switch UI and making in-game widgets draggable, allowing the player to customize their user interface as they want.

Once all issues were corrected, you learned how to configure and use Unity Remote to avoid rebuilding the game after each modification. We also had a peek at the profiler's functionalities and enabled it to record data directly from our device. You use this to optimize the game and fix performance issues. Finally, we discovered how to retrieve debug logs and errors from the device using locat from Android Debug...