I have a game that has a huge 2D world. Currently I only render visible tiles using custom scripts. The problem with A*Pro is that it seems to be just one grid? How can I stitch multiple grids together?
Also, the world is persistent; therefore, things may be moving on 20 different “grids” at once. Just brining this up in case it may cause issues with the response.
Thanks!