- 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!
推薦閱讀
- Python自然語言處理實戰:核心技術與算法
- PHP 從入門到項目實踐(超值版)
- Julia機器學習核心編程:人人可用的高性能科學計算
- Learning Data Mining with R
- MATLAB for Machine Learning
- C#應用程序設計教程
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- C/C++程序員面試指南
- Vue.js 2 Web Development Projects
- Deep Learning with R Cookbook
- Java高級程序設計
- Hadoop Blueprints
- Serverless工程實踐:從入門到進階
- 計算機常用算法與程序設計教程(第2版)
- 微服務設計