Search Issue Tracker
Fixed
Fixed in 2022.3.0f1, 2023.3.0a1
Votes
1
Found in
2022.3.19f1
2023.3.0f1
Issue ID
UUM-7377
Regression
No
Slow scheduling performance when combining dependencies
Reproduction steps:
1. Open the user's attached project "EmptyTestBed.zip"
2. Enter Play mode
3. Open the Profiler window and select a frame
4. Observe "N Parallel Jobs With Paired Dependencies", "N Parallel Jobs" and "N Linear Jobs" usage in the Profiler Hierarchy and Timeline
Expected result: "N Parallel Jobs With Paired Dependencies" costs somewhat more of the CPU and time than "N Parallel Jobs" and "N Linear Jobs"
Actual result: "N Parallel Jobs With Paired Dependencies" costs a lot more of the CPU and time than "N Parallel Jobs" and "N Linear Jobs"
Reproducible with: 2019.4.36f1, 2020.3.31f1, 2021.2.15f1, 2022.1.0b11, 2022.2.0a8
Note: CombineDependencies calling ScheduleBatchedJobs might be the source of this issue
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
- SpeedTree does not move when using WindZone
- "Undeclared identifier 'LinearToSRGB'" error is thrown when creating a color variable with HDR color mode and assigning a Custom Render Texture target in Shader Graph
- Input System package is missing when creating a new HDRP project
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
Resolution Note (fix version 2022.3.0f1):
A new Job System backend has resolved problems around combining dependencies in situations like this.