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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.