I noticed that if there is no path to the target, the seeker will go to the closest position it can.
In my game, the obstacles could be something rigid like a wall or something that also moves, like a person/player.
What I’m looking for, is for the seeker to still have a velocity when there is no path so that it can try to push through these movable objects.
Is something like this possible?