- Learning Unreal? Engine iOS Game Development
- Muhammad A.Moniem
- 423字
- 2021-07-23 20:12:30
What will be covered?
Chapter 1, Prepare to Make Unreal Games with Unreal? Engine – Installing and Setting Up, will take you through the process of preparing your environment to develop an iOS game using Unreal? Engine 4. At the end of the day, making an iOS game is completely different from making any other game, even if from other mobile devices.
Chapter 2, Methods and Tools to Create Your Games, discusses the different ways in which we can make a game using Epic's technology, what is the best, and why.
Chapter 3, Creating a Brick Breaking Game, contains the first game to be made in this book. Physics is one of the most important topics in any game engine, so in this chapter, will be making a game based on physics to understand how it works in Unreal? Engine.
Chapter 4, Advanced Game Content Generation with a Fruit Chopper Game, is the second game project in this book and will feature how to make a simple 3D game, which has more animations, effects, and complex swipe inputs.
Chapter 5, Building an Exciting Endless Runner Game, admits that the most famous genre in mobile games in the last few years was the endless runner games. So, we will be taking the ride of making a runner game with a randomly generated level.
Chapter 6, Designing an Advanced Game, tells you what a game is without enemies. All the past examples were based on scoring with some obstacles, but let's add some enemies in that chapter to interact with, in a simple touch-screen-friendly platformer game.
Chapter 7, Monetizing Your Game, will cover the easiest way to get profit from your free games. There are a few techniques that can be added to any mobile/iOS game to make it bring you money.
Chapter 8, iOS Debugging and Optimization, helps you understand why debugging is considered as a top priority when it comes to mobile devices, the pros of finding and fixing bugs, various debugging tools and techniques, and how to optimize performance.
Chapter 9, Publishing, will take you through the process of building and submitting the game to the store review because a game is not a game without an audience. This chapter is the final destination for any game release.
Appendix, Nodes Database, gives you a full database with explanation for each node we have used during the process of making all the four game examples. It will be helpful for you to start improvising and making your own unique games.
- SQL Server 從入門到項目實踐(超值版)
- 國際大學生程序設計競賽中山大學內部選拔真題解(二)
- 數據庫系統原理及MySQL應用教程
- JavaScript前端開發與實例教程(微課視頻版)
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- SQL基礎教程(視頻教學版)
- 深入理解Android:Wi-Fi、NFC和GPS卷
- JBoss:Developer's Guide
- SpringBoot從零開始學(視頻教學版)
- MongoDB Cookbook
- HikariCP數據庫連接池實戰
- C#程序開發參考手冊
- WCF 4.5 Multi-Layer Services Development with Entity Framework(Third Edition)
- 數字化中臺
- GraalVM與Java靜態編譯:原理與應用