I have made an animation where a monster moves from idle → walk → run, and when i hit play the animation works perfectly, but it doesn’t move on terrain, its just stuck in one place??
Animation and movement are 2 separate things. You actually need to move the monsters position explicitly too by using its Transform
or Rigidbody
.