AnimationGroup object is different between v5.3 and v4.2.2 for the same asset

When I import a gltf file using LoadAssetContainer, some of the properties of animation group object are different between v4.2.2 and v5.3. For example in this playground,

  • assets.animationGroups[0].targetedAnimations[0].animation.framePerSecond
  • assets.animationGroups[0].to

have different values.

This is making it play different animation on v5. Is this an expected change? Am I missing any configuration?

@carolhmj can explain why :slight_smile:

Yeah, it’s an expected breaking change, it’s on our what’s new documentation :slight_smile:

2 Likes

This is how you can get back to previous

2 Likes

Thank you very much @carolhmj @Deltakosh. This worked.

3 Likes