Skip to content
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 Tree Breaks Animations #78158

Closed
HeadMonitor opened this issue Jun 12, 2023 · 5 comments
Closed

Animation Tree Breaks Animations #78158

HeadMonitor opened this issue Jun 12, 2023 · 5 comments

Comments

@HeadMonitor
Copy link

HeadMonitor commented Jun 12, 2023

Godot version

4.0.3

System information

Windows 11

Issue description

When playing my animations through the Animation Player everything works as intended, the animation plays smoothly. When trying to use the Animation Tree the animations break. It is like certain tracks are not being played at all.

Steps to reproduce

Open the reproduction project I have attached, and try to play the "Test" animation with Animation Tree enabled and with animation tree from animation player.

Minimal reproduction project

Test.zip

@HeadMonitor
Copy link
Author

After further investigation it seems that if I rename the animation to something random (eg. "Dwdadawdwadawdwdadfeesf") it starts to work. Interesting issue here.

@HeadMonitor
Copy link
Author

The animation I renamed to something random decided to break again.

@ghost
Copy link

ghost commented Jun 13, 2023

The AnimationTree plays well if you delete the wsdwdwd animation, but I couldn't investigate further why.

@TokageItLab
Copy link
Member

TokageItLab commented Jun 17, 2023

I guess the cause is due to a mixture of bezier and value tracks. Duplicate of #49431. Hmm, it may be worth salvaging #49411 (but I am more interested in whether it is possible to treat the Bezier track as an internally baked value track).

@TokageItLab
Copy link
Member

Duplicate of #49431

@TokageItLab TokageItLab marked this as a duplicate of #49431 Jun 23, 2023
@TokageItLab TokageItLab closed this as not planned Won't fix, can't repro, duplicate, stale Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants