- Unreal Engine 4 AI Programming Essentials
- Peter L. Newton Jie Feng
- 34字
- 2021-07-16 12:48:40
The Enemy logic
Enemy needs to be able to find and run toward Hero. We will achieve this by searching for the Hero character, calculating the difference in direction, and facing Enemy toward Hero.