Conclusion
In this chapter, we have introduced some extra features and a range of approaches to improve game performance and collect performance data for analysis.
The first three recipes in this chapter provide some ideas for adding some extra features to your game (pausing, slow motion, and securing online games). The rest of the recipes in this chapter provide examples of how to investigate and improve the efficiency and performance of your game.
There's more...
Just as there are many components in a game, there are many parts of a game where processing bottlenecks may be found and need to be addressed to improve overall game performance. Some additional suggestions and further reference sources are now provided to provide a launching pad for your further exploration of the issues of optimization and performance, since such topics could take up a whole book rather than just one chapter.
Game audio optimization
Mobile devices have considerably less memory and processing resources than...