So what I’m trying to do is play turning animations depending on which direction the player is turning in. The problem is, I can’t find a good way to figure out if the player is rotating clockwise or counterclockwise.
I’ve tried storing the previous frame’s Y rotation to the current frame’s with no luck, I’ve tried an input-based approach with no luck, getting angular velocity didn’t work, I just don’t know how to pull this off.