/Custom-AI-Pathfinding

AI with custom pathfinding and grid systems

Primary LanguageC#

Simple AI Sample with pathfinding system. Unity3D.

0. I have implemented a generic grid and pathfinding system for this project.

(Red nodes are obstacles)

path

1. Afterwards, I created a simple AI that is able to move to a specific point using the pathfinding grid.

pathfind

2. Based on that, I have created an AI that is able to chase a target using a pathfinding grid. ☕

enemy chase