Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.2.6f1
Issue ID
1080471
Regression
No
[Animation][Jobs] Simple animations with AnimationMixerPlayable generates spikes
Steps to reproduce:
1. Open attached project
2. Play the scene
3. Open profiler and observe the spikes in Animator.ProcessRootMotion and AnimationClipPlayable.EvaluateClip if on 2018.3
Expected result: Animations with AnimationMixerPlayable should not generate spikes
Reproduced in: 2018.3.0b1, 2018.2.6f1
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
- “Audio Random Container” allows adding unlimited number in “Audio Clips” numeric field, causing Editor to freeze
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
- Crash on UnityEngine.UI.RawImage:OnPopulateMesh when playing Raw Image Texture animation with Sprite keyframes
Resolution Note:
The spikes as reported are not related to playables:
When clips loop, playback has to seek back to the start of the file, which is more expensive than normal evaluation. When all your clips are synchronized together, this causes spiking. In most use cases, all your clips will not loop on the same frame.