A* star integration issues

7Dev

New member
As you can see some of the tasks aren't working properly in the A* star integration. The agents pile up on each other.

 
Make sure you have the RVO Controller added so it can use the local avoidance feature. The group tasks rely on the pathfinding implementation to avoid any collisions.
 
Make sure you have the RVO Controller added so it can use the local avoidance feature. The group tasks rely on the pathfinding implementation to avoid any collisions.
Adding RVO fixed the avoidance issue. But now I have another one where they seem to have trouble stopping and end up falling off the map.

 
It looks like the RVO controllers are good at avoiding each other but are not good at avoiding the out of bounds area of the navmesh. I would try asking the A* developer about this. It looks like the destination is being set correctly by Behavior Designer.
 
Top