Reality Converter – Problem converting USDZ file with multiple animations

Viewed 86

I created in Blender a simple cube with 2 animations, one animation move up and down the cube and second one rotating cube on his position. I exported this file in glb format and I tried to converted using Reality Converter, unfortunately I can only see 1 animation.

Is there any limitation of Reality Converter? Can I include more than 1 animation?

The original file glb has the 2 animation inside, as you can see from the screenshot I checked the file using a online viewer for glb and there are no problem, both animations are in.

both animations

The converter unfortunately see only the last one created.

Any reason or explanation? I believe is a limitation on Reality Converter

1 Answers

It's rather the limitation of RealityKit 2.0, which now reads in only the first Animation from collection.

var availableAnimations: [AnimationResource] { get }
Related