- Mastering Unreal Engine 4.X
- Muhammad A.Moniem
- 253字
- 2021-07-14 11:20:38
Summary
You went through the process of starting a big game from the ground. You learned how to select a base C++ code project, which is not based on any other premade code, and totally understood the project structure, which folders are important, and which folders you can simply ignore.
You also learned about how and where to find the project settings and the editor preferences, and you got an idea about what type of settings you can find there, and how to adjust some of them to fit your needs.
All games have inputs, and now you know where you need to map those inputs for your game. You are not only aware of how to set up game inputs, but also you know all the input types and the limits of supported input devices with Unreal Engine.
All games have assets, and now you have learned how to be tricky while working: how to integrate packages from the Marketplace, or move assets between different projects without any trouble by just migrating them, not only copying them.
Animations are essential, but sometimes we have to retarget animations in order to fix some problems we have or to fasten the process. You now know all the needed steps and skills to be able to retarget any animation into any skeleton.
Now with all of that fresh in your mind, I highly recommend you dive into the next chapter right away. Let's start writing code and building our player controller from the ground up.
- Advanced Machine Learning with Python
- Java EE 6 企業級應用開發教程
- MySQL數據庫應用與管理 第2版
- 構建移動網站與APP:HTML 5移動開發入門與實戰(跨平臺移動開發叢書)
- Django開發從入門到實踐
- 新編Premiere Pro CC從入門到精通
- 深入理解Java7:核心技術與最佳實踐
- Android 應用案例開發大全(第3版)
- Microsoft System Center Orchestrator 2012 R2 Essentials
- Bootstrap 4 Cookbook
- 細說Python編程:從入門到科學計算
- Node.js區塊鏈開發
- 邊玩邊學Scratch3.0少兒趣味編程
- Visual Basic 程序設計實踐教程
- Java自然語言處理(原書第2版)