Hi, do you know about, how to make sequence animation keys and animation group from imported model?
I mean, I have animation “position” and animation “rotation” of model, when animation position is playing, I need to play “Walk” animation from animation group, and after position is done, I need to play “Idle” animation from animation group.
Hello and welcome to the Babylon community You can take a look at
Sequencing Animations | Babylon.js Documentation (babylonjs.com)
Combining Animations | Babylon.js Documentation (babylonjs.com)
Animating Characters | Babylon.js Documentation (babylonjs.com)
Advanced Animation Methods | Babylon.js Documentation (babylonjs.com)
1 Like
Hello @jobsboris27 just checking in if the links answered your question.