Answered

Cannot spin character past 360 Degrees

Charles Cox 4 years ago updated by Peter - Soxware Developer 4 years ago 1

Quick question. How can I get the rotations to go beyond 360? I need my character to spin in place at the hips numerous times over several frames. However It seems to be locked at 0-1 or 0-360 degrees. I tried looking if this question was asked but couldn't find anything.

I am trying all the rotation modes but none of them are really letting me rotate it so I can spin in numerous times. 

UMotion Version:
1.21
Unity Version:
2019.3

Answer

Answer
Answered

Hi Charles,
thank you very much for your support request.

The animation system always interpolates using the shortest path between two (rotation) key frames. So if you want to spin multiple times, you have to split the whole motion into multiple key frames (e.g. every 180°).

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

Best regards,
Peter

Answer
Answered

Hi Charles,
thank you very much for your support request.

The animation system always interpolates using the shortest path between two (rotation) key frames. So if you want to spin multiple times, you have to split the whole motion into multiple key frames (e.g. every 180°).

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

Best regards,
Peter