You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RootMotionView does not process rotations correctly.
This problem was pointed out in #58061 and #66510 in the past, but was closed with some fixes and a recommendation to solve it by keeping the current rotation on the script side.
However, for RootMotionView, that work around is not available since it cannot detect the firing of the animation and therefore the current rotation cannot be retained.
As a result, if a moving to forward animation is played after a rotation animation, the moving direction will be strange.
rootmotionbug.mp4
Steps to reproduce
A moving to forward animation is played after a rotation animation.
Godot version
4.0 RC1
System information
Any
Issue description
RootMotionView does not process rotations correctly.
This problem was pointed out in #58061 and #66510 in the past, but was closed with some fixes and a recommendation to solve it by keeping the current rotation on the script side.
However, for RootMotionView, that work around is not available since it cannot detect the firing of the animation and therefore the current rotation cannot be retained.
As a result, if a moving to forward animation is played after a rotation animation, the moving direction will be strange.
rootmotionbug.mp4
Steps to reproduce
A moving to forward animation is played after a rotation animation.
Minimal reproduction project
rootrot2.zip
The text was updated successfully, but these errors were encountered: