- Unity 2018 Artificial Intelligence Cookbook(Second Edition)
- Jorge Palacios
- 57字
- 2021-07-16 18:11:21
Creating the behaviors template
Before creating our behaviors, we need to code the stepping stones that help us to create not only intelligent movement, but also help us to build a modular system to change and add these behaviors. We will create custom data types and base classes for most of the algorithms covered in this chapter.