Roll in direction of movement not in direction of look

Jorgefo

New member
Hi,

In movement type "Pseudo 3 D" when to make a roll is in direction of look but i need to do in direction of movement.

Example: character is look to the left but the character is moving to the Right, when make roll the animation is to the right.
 
The roll direction is determined within Roll.AbilityStarted. You could modify this method to set the m_RollType to a different value based on the velocity rather than the input.
 
Top