-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Animation Playback Track plays only the first frame of the animation #94146
Comments
Cannot reproduce in master (42e5b3a) |
Try checking in beta3: https://github.com/godotengine/godot-builds/releases/tag/4.3-beta3 EDIT: |
It is probably related to #86661 and should have been fixed in 4.3, so I think it is incorrect to say that it does not work in 4.3.beta2. |
I just tested it again after restarting my pc and it works in 4.3.beta2 for me as well. |
Tested versions
System information
Godot v4.2.2.stable - Windows 10.0.19045 - Vulkan (Forward+) - dedicated Radeon (TM) RX 480 Graphics (Advanced Micro Devices, Inc.; 31.0.14037.17019) - AMD Ryzen 5 3600 6-Core Processor (12 Threads)
Issue description
Playing animation through Animation Playback Track doesn't work.
When you play an animation in an Animation Player form another Animation Player, using Animation Playback Track the animation updates only on the first frame[Problem 2], also the animation updates in the editor but only when you are scrubbing through the timeline [Problem 1].
Steps to reproduce
Create a new project on the specified hardware.
Create two AnimationPlayer nodes and one Node to animate.
Animate the Node in the first Animation Player.
In the second Animation Player create an Animation Playback Track that plays the animation. [Problem 1]
Run the scene [Problem 2]
Minimal reproduction project (MRP)
MRP Animation Playback Tracks.zip
The text was updated successfully, but these errors were encountered: