- Learning Unreal? Engine iOS Game Development
- Muhammad A.Moniem
- 280字
- 2021-07-23 20:12:31
Getting ready and setting up
Despite the relative openness of UE4, I would recommend you use a Mac OS X computer for developing iOS games using Unreal (or any other engine for that matter). It's important as it gives you direct access to XCode, which you will need to use to do the following:
- Debugging your game using its console
- Analyzing the game's performance using its tools (instruments)
- Adding a third party's libraries to the XCode project
- Adding platform-specific code to the game's XCode project
What if I don't have a Mac OS computer?
If you don't have an iMac, Mac Pro, or MacBook Air, there are still other options that you can choose:
- Purchase a Mac mini, which is very cheap and can get the job done. With Epic's new system, you can work and make all your games in a Windows-based computer and then move them to your Mac to build and test with more efficient building tools.
- Install a virtual machine on your Windows-based PC using applications like Virtual Box (this saved me one day when I was not able to get a Mac). In this case, you will have a dual OS on one device.
Use Virtual Box to turn your PC into a fully functional Mac, but it should be done on your own guarantee!
- Your last choice is to run a normal Windows OS PC; you will be able to follow along 100 percent with this book, except only one part where we will build the engine. This should also be a straightforward process on the Windows platform. However, you can save your time and just download the prebuilt version directly from Epic's website.
推薦閱讀
- Facebook Application Development with Graph API Cookbook
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- 編寫高質量代碼:改善C程序代碼的125個建議
- Java面向對象程序開發及實戰
- C語言程序設計
- Julia 1.0 Programming Complete Reference Guide
- 深入實踐Kotlin元編程
- C++服務器開發精髓
- Mastering R for Quantitative Finance
- jQuery Essentials
- Learning PrimeFaces Extensions Development
- JavaScript程序設計基礎教程(慕課版)
- Learning SaltStack(Second Edition)
- Python Geospatial Analysis Cookbook
- 亮劍ASP.NET項目開發案例導航