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 ...
Download the Unity Package and import it to your Unity project. The maps are connected according to the following principle: if maps A and B have the same edge weight on opposite sides, then they can ...