I tried to display the glTF animation model in the latest version of PlayCanvas.
I referred glb-viewer as a way to display glTF model.
However, I didn’t know how to do multiple animations at the same time.
This model contains 9 animations, but it’s likely that only one can be played at a time with the play() method.
It may be a usage problem, but I don’t know how to play the animation at the same time.
I’m glad if you get some advice.
The viewer uses the standard animation component to play animations and unfortunately this animation component only supports playing a single animation and then blending to another. That is why selecting the animation in the viewer blends out the currently playing one.
The underlying GLB animation system is more sophisticated than this and over time we will expose the functionality in an entirely new animation component. This will take time though!