Hi, is it possible to choose which animation to play from the animation track in the viewer? I need to play the 4th animation track instead of the first one. I’m using loadGLB.js to play the GLB container. thank you in advance
I am naming the animations, “Animation 0” … “Animation N”, but you can use your own naming convention, in the load-glb file, line 22 is how I play the animation
We don’t yet have a tutorial for this but you can have multiple layers in the anim state graph, one for the main body and the other for the face I assume?
Then you can then transition to different animations on a per layer level. Layer masks can be used to filter out what should be animating on each layer: Anim Layer Masks | Learn PlayCanvas