2D Movement Speed

Hello. I have an isometric grid. So far, everything works. But I want the character to move between cells in exact time (e.g. 1 sec for each cell). I use RigidBody2D and AIPath. How can I achieve that?

Hi AIPath isn’t the best movement script for that since it will smoothly follow the path, and that makes the exact time unpredictable. I’d recommend using the AILerp script instead which has a much more predictable speed.