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
TokageItLab
changed the title
Resetting the animation during the fade-out produced a strange condition
Resetting the animation during the Xfade produced a strange condition
Feb 11, 2023
Godot version
4.0.rc (Also 3.x)
System information
Any
Issue description
Here is an example of a NodeTransition case. (NodeOneShot and StateMachine are also weird.)
During a 3-second crossfade from Animation A to Animation B, the parent's OneShot or Transition resets their state after 1 second has elapsed.
In this case, animation B is reset and played back, but the 2-second fade of animation A is still there.
fadebug.mp4
So, it is necessary to detect the reset and remove the remaining fade.
Steps to reproduce
Use Xfade transition and reset it during fading
Minimal reproduction project
fadetest.zip
The text was updated successfully, but these errors were encountered: