Hi everyone,
I’ve been using the A* Pathfinding Project for my Unity project, and I’m really impressed with how powerful it is. However, I’m running into a bit of a challenge when it comes to optimizing the pathfinding performance, especially when dealing with large maps and dynamic obstacles.
I’m currently using the grid graph method, and while it works fine for smaller areas, I’ve noticed that it starts to slow down as the map grows in size. Are there any tips or best practices for improving efficiency when working with larger environments?
Also, I’m curious if anyone has experience with using local avoidance in combination with pathfinding in dynamic environments. How do you manage the performance impact while ensuring smooth movement?
Lastly, are there any resources or tutorials you’d recommend for understanding advanced pathfinding algorithms or optimizing large-scale projects in the A* Pathfinding Project?
Thanks in advance for your insights!