Answered

How to export only animated?

Anonymous 2 years ago updated by Peter - Soxware Developer 2 years ago 1

I animate just left hand. When I export animation it exports animation for all items in the clip editor with a start and end time key. How can I export just animated keys?

UMotion Version:
Unity Version:

Answer

Answer
Answered

Hi,
thank you very much for your support request.

Humanoid animation clips always need to be "well-formed". That means a humanoid animation clip always has to define keys for all body parts. Use an avatar mask in your animator controller to mask away other parts of your animation:

When using "generic" or "legacy" as animation type, things would behave like you expected it (only the keyed parts are included in the exported animation).

Please let me know in case you have any follow-up questions.

Best regards,
Peter

Answer
Answered

Hi,
thank you very much for your support request.

Humanoid animation clips always need to be "well-formed". That means a humanoid animation clip always has to define keys for all body parts. Use an avatar mask in your animator controller to mask away other parts of your animation:

When using "generic" or "legacy" as animation type, things would behave like you expected it (only the keyed parts are included in the exported animation).

Please let me know in case you have any follow-up questions.

Best regards,
Peter