Hey great product! I’m currently getting to grips with things and trying to make ai for a dungeon crawler type game.
I’m trying to make a number of individual ai units move to a target but each of them will try not to cross each others path or each individual ai unit is aware of other units and navigate around them if to close and continue to the target.
Currently using a modified version of the aipath from the gridgraph example and checking for nearby ai units then updating the graph using the nearby units for the bounds but it causes quite a big performance drop I just wondering if there are better ways for what I’m trying to achieve? thanks.