snimale / AI-Integrated-Game

Will learn AI integration in Unity Games for various purposes like level generation.
0 stars 0 forks source link

Work on the Enemy AI and implement the enemy slime asset #4

Open snimale opened 1 year ago

snimale commented 1 year ago

Add Patrolling(if outside visibility range), Following (if inside visibility range), Attacking (inside atk range)

snimale commented 1 year ago

Basic random patrolling added, work to make it smoother and more fun to play