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
Create 2 Animations (creating the RESET Animation):
appear: it contains a track with Bezier curves on the property scale
idle: it contains property track in the property scale
Add an AnimationTree Node
Add a TreeRoot as AnimationNodeStateMachine
Assign the previous AnimationPlayer as the AnimPlayer
Add the 2 previous Animations
Concatenate them:
Activate the AnimationTree. One of the animations is not working.
The error is happening in the editor as well as in the running project on each Scene
Godot version
4.0.stable, 4.0.3 and 4.1-dev3
System information
MacOS - Ventura 13.1 - Godot 4.0.stable, 4.0.3 and 4.1-dev3
Issue description
I have 2 animations:
When I use both Animations in an AnimationTree the Bezier Curve Animation doesn't work properly.
Please see the video with the reproduction of the issue: https://youtu.be/AXDrEEJWysk
Steps to reproduce
Add an AnimationPlayer Node
Add a TreeRoot as AnimationNodeStateMachine
Assign the previous AnimationPlayer as the AnimPlayer
Add the 2 previous Animations
Concatenate them:
The error is happening in the editor as well as in the running project on each Scene
Please see the video with the reproduction of the issue: https://youtu.be/AXDrEEJWysk
Minimal reproduction project
GodotBugReproductionProjectAnimationTreeAndBezierCurves.zip
The text was updated successfully, but these errors were encountered: