- 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
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- 小創(chuàng)客玩轉(zhuǎn)圖形化編程
- NLTK基礎(chǔ)教程:用NLTK和Python庫構(gòu)建機(jī)器學(xué)習(xí)應(yīng)用
- 我的第一本算法書
- 編程珠璣(續(xù))
- AngularJS深度剖析與最佳實踐
- Python機(jī)器學(xué)習(xí)實戰(zhàn)
- H5頁面設(shè)計:Mugeda版(微課版)
- 自然語言處理Python進(jìn)階
- Microsoft Azure Storage Essentials
- PHP編程基礎(chǔ)與實例教程
- 微信小程序全棧開發(fā)技術(shù)與實戰(zhàn)(微課版)
- 代碼閱讀
- Test-Driven iOS Development with Swift
- 深入淺出 HTTPS:從原理到實戰(zhàn)