Search Issue Tracker
Duplicate
Votes
0
Found in
2020.1
2020.1.0b11
Issue ID
1251263
Regression
No
[GPU PLM] Bake performance decreases drastically over time when using high sample count
Over time, bake performance decreases drastically when using high sample count (500K or 1M).
The first 5 minutes of the bake are fine, and then, the GPU occupancy decrease over time.
It seems that the Editor his somehow taking breaks between each call to the lighting baking backend, making the GPU occupancy really low and bakes like it will never end.
This is not a duplicate of 1327130. In 1327130 what happens is that we are doing too much Convergence jobs and we get out of the Render() function of the RadeonRaysBakeLightmapTechnique after doing not enough samples. This bug, on the contrary, happens more on the editor side, were at some point in time, we start calling less often Render(). The Editor seems to make some weird pauses between each call to render and the overall GPU utilization drops. Whereas in 1327130 the GPU utilization stays quite high.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
- White lighting artifact when a point light with a small emission range and "Hard Shadows" touches an object while a directional light with "Soft Shadows" and another point light are present
Add comment