Fairly simple problem - I'm using the keyboard movement, character moves when direction is pressed. So far, so good. The issue arises when I try to walk on a diagonal - the animation sticks to a sideways. If I'm walking down-left, it stays animating left. When I stop moving, I can get it to face diagonal, so it stays in the diagonal standing pose.Does the keyboard movement module just not animate the diagonals?
Thanks for the help!
EDIT - Never mind, it seems that when only one diagonal has any animated content, it doesn't animate the diagonal movements.