Hello all.
the game is a top down shooter.
i have a mob, piloted by pathfinding, which is seeking the player and try to catch him.
when he get close i would like him to accelerate briefly to rush the player.
but the pathfinding behavior make him slow down before hit is target.
the player is moving so the mob can never reach him because of that.
i tried to reduce the deceleration to 0 or with very high value like 5000.
but nothing works.
i've tried to desactivate pathfinding at the last moment and use bullet instead, but i run into other issue.
is somebody have an idea ???
thanks.
sorry for the poor english.