Hello all,
We are now trying to override the AStar mechanism so that if there is an inactive A* member, the task executer can bypass it rather than ignore it or wait for it to leave.
In the process, we tried to use the AStar.Cell.canGo() method to determine which cells the task executer can move to.
However, this method seems to return false for the direction occupied by the fixed resource, but true for the direction occupied by the task executer.
Is there a better way to determine which direction the task executer can move in?
Thank you.