how to find out the if the enemy wlaking or not with moveposition code example
Example: unity move with rigidbody.moveposition
rb2D.MovePosition(rb2D.position + velocity * Time.fixedDeltaTime);
rb2D.MovePosition(rb2D.position + velocity * Time.fixedDeltaTime);