- 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
推薦閱讀
- iOS Game Programming Cookbook
- ExtGWT Rich Internet Application Cookbook
- Building a Home Security System with Raspberry Pi
- Mastering Entity Framework
- HTML5+CSS3網站設計教程
- Expert Android Programming
- Learning Python Design Patterns
- Learning ArcGIS for Desktop
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- Swift 4 Protocol-Oriented Programming(Third Edition)
- Qt 4開發實踐
- Scrapy網絡爬蟲實戰
- 小學生C++趣味編程從入門到精通
- 程序員面試金典(第6版)
- JavaScript語法簡明手冊