Unity Issue Tracker - Several Animation tasks are scheduled on the Main thread instead of Job Workers
Fixed
UUM-2879
Several Animation tasks are scheduled on the Main thread instead of Job Workers
Unity: Mecanim Animation
Fixed
2023.1.X
Won't Fix
2022.2.X
2022.1.X
2021.3.X
2020.3.X
Fix has landed in 2023.1
Workstealing queue is not yet available in this version. cannot backport this fix
Workstealing queue is not yet available in this version. cannot backport this fix
Workstealing queue is not yet available in this version. cannot backport this fix
Reproduction steps:
1. Open the attached 'AnimationJobSchedulingBehaviour' project
2. Go to the 'Window -> Analysis -> Profiler'
3. In the CPU Usage Profiler module set the view to Timeline and toggle the 'Live' button
4. Open the 'SampleScene'
5. Enter Play mode
Expected result: No animation tasks are scheduled on the Main thread
Actual result: The Main thread executes Animation jobs
Reproducible with: 2020.3.34f1, 2021.3.2f1, 2022.1.0b16
Could not test with: 2019.4.38f1 (compile errors), 2022.2.0a13 (crash when updating packages)
Prioritise and Follow this issue
Have a workaround or additional info about this issue?