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
- Lights with Cookies generate Cookie Atlas and increase Memory usage every time when Play mode is entered
- Crash on mono_traverse_object_internal when exiting Play mode on a specific project
- Camera prefab shows up in overrides after upgrade when game view is changed to Simulator
- Prefab Override context menu does not appear when changing attributes on a Terrain Component
- Particles are visible through Mesh when Sprite-Lit-Default Material is used
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.