Avatar

ENEMY AI - Making an RPG in Unity (E10)

By Brackeys on youtube.com

More about this content:

In this step, you'll learn about making an AI for an enemy. You'll create an object for the enemy, add a nav mesh agent, a rigid body, and a capsule collider. You'll also create a Player Manager script, an Enemy Controller script, and an Enemy Stats script to keep track of the enemy's stats. Finally, you'll override the Interact method to initiate combat with the enemy."

READ MORE
Visit