This Unity project demonstrates the use of NavMesh AI Agents. Your objective is to collect all the yellow blocks while avoiding the red enemy to win the game.
A Unity C# project that implements navigation mesh generation and pathfinding for dynamic maps. The system computes traversable areas, connects convex polygons, and finds optimal routes for moving ...