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
If you call animation.advance() after play() within a single process frame, the animation will not work properly.
The advance function does not work.
The advance function does not work either.
The advance function works, but 2 frames have already shown
This bug is not present in 4.1.3.stable.
Steps to reproduce
create a scene with animation and run code like below.
The text was updated successfully, but these errors were encountered:
rt9391
changed the title
animation.advance() does not work when it`s using after play() in one process frame
animation.advance() does not work with play() in one process frame
Nov 18, 2023
rt9391
changed the title
animation.advance() does not work with play() in one process frame
animation.advance() does not work when called right after play() within a process frame
Nov 18, 2023
rt9391
changed the title
animation.advance() does not work when called right after play() within a process frame
animation.advance() does not work when called right after play() within a(or 2) process frame
Nov 18, 2023
rt9391
changed the title
animation.advance() does not work when called right after play() within a(or 2) process frame
[AnimationPlayer]advance() does not work when called right after play() within a(or 2) process frame
Nov 18, 2023
rt9391
changed the title
[AnimationPlayer]advance() does not work when called right after play() within a(or 2) process frame
[AnimationPlayer] advance() does not work when called right after play() within a(or 2) process frame
Nov 18, 2023
Calinou
changed the title
[AnimationPlayer] advance() does not work when called right after play() within a(or 2) process frameAnimationPlayer.advance() does not work when called right after play() within 1-2 process frames
Nov 18, 2023
Godot version
4.2.rc1
System information
win11
Issue description
If you call animation.advance() after play() within a single process frame, the animation will not work properly.
The advance function does not work.
The advance function does not work either.
The advance function works, but 2 frames have already shown
This bug is not present in 4.1.3.stable.
Steps to reproduce
create a scene with animation and run code like below.
the advance function did nothing.
Minimal reproduction project
animation_play_advence.zip
The text was updated successfully, but these errors were encountered: