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 ...
NavMesh queries used in this mod utilize Jobs and Background Tasks to find a path. The goal of this mod is to offload from the main thread pathfinding calculations into dedicated threads for smoother ...