- Hands-On Artificial Intelligence with Unreal Engine
- Francesco Sapio
- 136字
- 2021-06-24 15:23:25
Creating the Behavior Tree and the Blackboard
To begin, we will need to create four Blueprint Classes: AI Controller, Character, Behavior Tree, and Blackboard. We will cover the AI controller later. If you chose one of the two Third Person templates, you should already have a Character ready to go. Thus, you just need to create a Behavior Tree and a Blackboard.
In the Content Browser, create a new folder and name it Chapter2. This will help keep things organized. Then, create a sub-folder and name it AI. As a result, we can keep our project tidy and ensure that we don't mix up items from this chapter with other non-AI-related classes and/or objects we might create. We will put all the assets we are going to create for the AI in this folder.
推薦閱讀
- Qt 5 and OpenCV 4 Computer Vision Projects
- Getting Started with Gulp(Second Edition)
- Effective C#:改善C#代碼的50個(gè)有效方法(原書第3版)
- 區(qū)塊鏈:以太坊DApp開發(fā)實(shí)戰(zhàn)
- Visual Basic程序設(shè)計(jì)與應(yīng)用實(shí)踐教程
- Haskell Data Analysis Cookbook
- 響應(yīng)式Web設(shè)計(jì):HTML5和CSS3實(shí)戰(zhàn)(第2版)
- Spring Boot實(shí)戰(zhàn)
- Advanced Python Programming
- Python網(wǎng)絡(luò)爬蟲實(shí)例教程(視頻講解版)
- 3D Printing Designs:The Sun Puzzle
- Building UIs with Wijmo
- Python深度學(xué)習(xí)(第2版)
- Go語言從入門到進(jìn)階實(shí)戰(zhàn)(視頻教學(xué)版)
- 編程真好玩:從零開始學(xué)網(wǎng)頁設(shè)計(jì)及3D編程