I’m trying to implement an RTS and I’m having an issue with finding a correct path for my agents. Let me explain what I want my agent to do with a picture:
I want the black person go to the pink one, and I’m computing the way it should go - it ends up to be at the red one position. The result -> the black person stops and do nothing, I want the black one to find the closest standable place in some distance to the pick one.