You just need two things, the X and Y values of the stick input, and the actor or component that is your direction reference.
In my case, in a third person game, it’s the camera, then I make this simple calculus, to rotate my actor to the correct direction before playing the roll animation.
1 Like