- Unreal Engine 4 Game Development Quick Start Guide
- Rachel Cordone
- 218字
- 2021-06-24 13:43:57
Initial project setup
For this book, we will be using a Blueprint project with the Third Person template, so select that.
Next, we need to choose from a few other options. These can also be changed later, so don't worry about choosing incorrectly. Here are the selections we need to make:
- Desktop / Console or Mobile: For this book, we will be using Desktop / Console as our target hardware.
- Maximum Quality or Scalable: We will use Maximum Quality here. Graphics settings can be changed once the project is created, and we will discuss some of those options later in this chapter.
- With or Without Starter Content: Most of the time, you'll want to include the starter content for quick prototyping. These assets can always be deleted from your project once they're no longer needed, but they are a great help when creating test levels:
Now, give your project a name and location and click Create Project. I will be naming the project AwesomeGame, because we're awesome and your game will be awesome:

Now, we have to wait while the project is being created. This will take a while, and it might seem like it gets stuck at 90-something percent, but give it time and eventually, we'll get our first look at the editor!
推薦閱讀
- C++ Primer習題集(第5版)
- 垃圾回收的算法與實現(xiàn)
- Mastering C# Concurrency
- MySQL數(shù)據(jù)庫管理與開發(fā)(慕課版)
- Scientific Computing with Scala
- 精通Python自動化編程
- Instant Lucene.NET
- Learning Concurrency in Kotlin
- C/C++程序員面試指南
- Extreme C
- C++反匯編與逆向分析技術(shù)揭秘(第2版)
- 代碼閱讀
- Arduino可穿戴設(shè)備開發(fā)
- C編程技巧:117個問題解決方案示例
- Software-Defined Networking with OpenFlow(Second Edition)