Search Issue Tracker
Won't Fix
Votes
0
Found in
5.3.3f1
Issue ID
901635
Regression
No
Animation twitches at the start of a animation loop
Steps to reproduce:
1. Download 901635_repro.zip and open "Test" scene
2. Enter play mode
3. Observe looping idle animation
Expected results: animation smoothly loops
Actual results: at the start of the loop animation twitches
Reproduced with: 2017.1.0b6, 5.6.1p1, 5.5.3p4
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note (2018.3.X):
There are many factors to consider in this specific case, and the fact that the source is a Maya file (an extra export involved) with pre-rotations on the animated joints, which something Unity does not support which forces a resample at FBX import in order to preserve existing animation properly. This means many different Maya, Maya FBX Exporters/options & Unity versions can be involved to track down the exact regression in a version that is not longer officially supported (more than 2 versions back). This combined with the fact that there are a couple possible workarounds, such as adding 1 extra key as padding before after the start/end times in Maya, (or not using pre-rotations on animated joints), are a very acceptable solutions. Fixing this issue would have a high risk of the result being different/wrong in other cases.
For all these reasons, we have no plans to address this issue in the near future.