#example on multiple animation on same glb

2 messages · Page 1 of 1 (latest)

sturdy dust
#

currenlty trying to run different animations on same model like running and holding a gun / running without holding anything.

inner basin
#

Bevy doesn't support animation blending yet so you can only play one animation track at a time. If you really need it there are some ugly work arounds like blending the animations in Blender directly or having a separate skeleton for the upper body / lower body and playing tracks for those scenes individually.