Animation group goToFrame bug

Hello,

I have found a strange bug with the new versions of babylon.js (I tried on version 8.8.5)

When an animation is launched, if do a goToFrame to the group, it will not move the current frame of the animation to the selected frame.

there is an example where each 500ms, i’m going to frame 2 on my animation with a total of 30 frames.

Hope this helps ! :slight_smile:

Having a look right now

It was actually a bug introduced on my previous fix for your lol
Fix goToFrame by deltakosh · Pull Request #16653 · BabylonJS/Babylon.js

3 Likes

Thanks for the bugfix ! :grin:

1 Like