How to Play animations using animation track names ? #53
Answered
by
ThomasGorisse
suryanadiminti99
asked this question in
Q&A
-
My model have 5 animations .
So, Animation count is 5 . how can i play only Idle and HorseJumping animation only . my code is like below . But with this code only last index animation only playing . Here animation_type is type of animation track in total list.
|
Beta Was this translation helpful? Give feedback.
Answered by
ThomasGorisse
May 4, 2021
Replies: 1 comment
-
If you want to play multiple animations on the same object at same time, use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ThomasGorisse
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want to play multiple animations on the same object at same time, use the
setAutoCancel(false)