This project showcases a procedural terrain generation system using Perlin noise and a dynamic pathfinding system using the A* algorithm. The combination of these techniques allows for the creation of ...
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 ...