I'm trying to get an NPC to change animations depending on the direction they're walking, and while I've found a topic that mentions this same problem all of the example projects are no longer available so i cant seem to figure this out.
The examples mention using the pathfinding angle and basing the animation off of this, and while that makes sense the pathfinding angles do not. I have it set up to show what the number is so I can figure out which animation to tie to what number but the number range doesn't translate to a simple left-right, which is all I'm trying to do.
I just want it to point left when moving left and point right when moving right.