I have a mesh based animation 3D model, that means every frame it’s a new mesh. I import it into RealityView, but can’t play it‘s animation, RealityKit tells me this model has no animations by using print(entity.availableAnimations).
Hello,
Yes, RealityKit refers to these as "Updatable Meshes".
To started check out Creating a plane with low-level mesh.
We also recommend last year's related WWDC session and sample.