[Notice of Holidays]
Please note that our staff will not be available from 2024/Dec/28 - 2025/Jan/5 JST.
The Live2D Creators Forum will remain open during the holidays.
Submissions that require a response will be answered after we reopen for business.
Please note that it will take longer than usual to respond to your request.
How to start 2 animations in Unity at same time?
Good evening.
I would like to know whether it is possible to play 2 animations for a single character at the same time. For example, if there is a big number of facial expression and body positions, is it possible to create transition animation automatically between all of them? When I try to use the MotionQueueManager, the first animation stops. I can only play one animation at a time.
0 ·
Comments
If you want to play back multiple motions at a time, you need to create multiple 'MotionQueueManager's. Here's how you could do it:
Please be aware, however, that, whenever multiple motions affect a single parameter, the value of the last motion will be used.