Answered
How Fix it
In the editor, I animate and the bones show everything normally, well, after export, the bones rotate and look different. How to make animation normal?
UMotion Version:
Unity Version:
Answer
Answer
Answered
Hi,
thank you very much for your support request.
What you see is happening due to how the humanoid animation system works under the hood. The humanoid animation system is an animation re-targeting system that works best for regular skinned humanoids. It allows sharing the same animation across different characters at the expense of loss of quality/control. So the rotational errors you see hear is that trade off you have to make when using humanoid.
If you want 100% control over your animation, use "generic" instead.
More information how humanoid works under the hood: https://blog.unity.com/technology/mecanim-humanoids
Please let me know in case you have any follow-up questions.
Best regards,
Peter
Customer support service by UserEcho
Hi,
thank you very much for your support request.
What you see is happening due to how the humanoid animation system works under the hood. The humanoid animation system is an animation re-targeting system that works best for regular skinned humanoids. It allows sharing the same animation across different characters at the expense of loss of quality/control. So the rotational errors you see hear is that trade off you have to make when using humanoid.
If you want 100% control over your animation, use "generic" instead.
More information how humanoid works under the hood: https://blog.unity.com/technology/mecanim-humanoids
Please let me know in case you have any follow-up questions.
Best regards,
Peter