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

Godot bug workaround for animation playback tracks #312

Merged
merged 1 commit into from
May 16, 2024

Conversation

Poobslag
Copy link
Owner

@Poobslag Poobslag commented May 16, 2024

Godot 4.2.2 introduced Godot #91554
(godotengine/godot#91554), a bug with AnimationPlayer
where AnimationPlaybackTrack doesn't call Play properly on the targeted
AnimationPlayer if the track keyframe is set to 0.

A time of 0.001 works.

Godot 4.2.2 introduced Godot #91554
(godotengine/godot#91554), a bug with AnimationPlayer
where AnimationPlaybackTrack doesn't call Play properly on the targeted
AnimationPlayer if the track keyframe is set to 0.

A time of 0.001 works.
@Poobslag Poobslag merged commit e5b4f72 into main May 16, 2024
@Poobslag Poobslag deleted the godot-91554-workaround branch May 16, 2024 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant