- Learning Unreal Engine Game Development
- Joanna Lee
- 135字
- 2021-07-16 12:43:04
Summary
In this chapter, we covered introductory content about what a game engine is, specifically Unreal Engine 4 and its history. We also talked a little about how games are developed and various roles that exist in a game company to help create different components of a game. Then, we covered the different components of Unreal Engine and how we can use these different features to help us make our game. Lastly, we covered the different editors that are available to us to help us customize each of the components of the game.
In the upcoming chapters, we'll be going into the details of the functionalities and features of Unreal Engine 4. In the next chapter, you will be exposed to some basic functions in the Unreal Editor and start making your own game level.
- C++ Primer習題集(第5版)
- C語言程序設計案例教程(第2版)
- Python程序設計(第3版)
- ASP.NET Core 2 and Vue.js
- 零基礎學MQL:基于EA的自動化交易編程
- 基于Struts、Hibernate、Spring架構的Web應用開發
- Mastering Unity 2D Game Development(Second Edition)
- 小程序,巧應用:微信小程序開發實戰(第2版)
- Mastering Docker
- 深入解析Java編譯器:源碼剖析與實例詳解
- Anaconda數據科學實戰
- 寫給青少年的人工智能(Python版·微課視頻版)
- Learning Google Apps Script
- TensorFlow.NET實戰
- Elixir Cookbook