Poobslag / frog-finder

A Godot game. Can you find the frog?
MIT License
3 stars 1 forks source link

Godot bug workaround for animation playback tracks #312

Closed Poobslag closed 4 months ago

Poobslag commented 4 months ago

Godot 4.2.2 introduced Godot #91554 (https://github.com/godotengine/godot/issues/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.