- Building an RPG with Unreal
- Steve Santello Alan R. Stagner
- 144字
- 2021-07-23 14:35:38
Chapter 2. Scripting and Data in Unreal
Now that we've got a design to work from, we can begin to develop the game.
Before we can do that, however, we'll be exploring the variety of ways in which we can work with game code and game data in the Unreal game engine.
This chapter will walk you through the steps necessary to get Unreal and Visual Studio installed, and to create a new Unreal Engine project. Additionally, you will learn how to create new C++ game code, work with Blueprints and Blueprint graphs, and work with custom data for your game. In this chapter, we will cover the following topics:
- Downloading Unreal
- Setting up Visual Studio for use with Unreal
- Setting up a new Unreal project
- Creating new C++ classes
- Creating Blueprints and Blueprint graphs
- Using Data Tables to import spreadsheet data
推薦閱讀
- JavaScript高效圖形編程
- Computer Vision for the Web
- 摩登創客:與智能手機和平板電腦共舞
- Arduino by Example
- Learning SAP Analytics Cloud
- 數據結構與算法JavaScript描述
- 云原生Spring實戰
- 精通Linux(第2版)
- Mastering JBoss Enterprise Application Platform 7
- Python編程從0到1(視頻教學版)
- Getting Started with Laravel 4
- C#程序設計教程(第3版)
- H5+移動營銷設計寶典
- 讓Python遇上Office:從編程入門到自動化辦公實踐
- 你好!Python