Godot Version
4.4
Question
I updated my project from 4.3 to 4.4. Are there any breaking changes with regards to AnimationPlayer and AnimationTree? My character animations don’t transition properly anymore. It seems the flip is delayed for some reason.
The AnimationTree uses a simple State machine with blend2d nodes.