-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
Regression (v4.2.1): AnimationTree: animation_started signal is always emitted twice #91532
Labels
Milestone
Comments
I wonder if the double signal emission is related to switching to RESET animation as an intermediate state... One could try to remove the RESET animation, see if it has any impact. |
Can't reproduce in master (4.3.dev6) |
OK, will build master and try again today. |
@hsandt does it still occur? |
I confirm I still have the issue in 4.2.2 |
Unless someone can reproduce this, I recommend this issue be closed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tested versions
System information
Godot v4.2.1.stable - Ubuntu 22.04.4 LTS 22.04 - X11 - Vulkan (Mobile) - dedicated NVIDIA GeForce GTX 860M (nvidia; 535.161.07) - Intel(R) Core(TM) i7-4710HQ CPU @ 2.50GHz (8 Threads)
Issue description
This is a reboot of #80118 which was supposedly fixed in v4.2, but I experienced the issue in v4.2.1. Even v4.2.beta4 has the bug, so I'm not sure the fix really worked - or it worked for a very specific version only.
Steps to reproduce
Minimal reproduction project (MRP)
Same as #80118
Here is a direct link for convenience: https://github.com/godotengine/godot/files/12229864/anim_tree_signal_bug.zip
The text was updated successfully, but these errors were encountered: