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
- Palette Settings link to the documentation isn’t working
- Tags & Layers window has inconsistent remove button behaviour between Tags, Sorting Layers, and Rendering Layers when there are no removable items in the list
- "Type Options" and "Node Library" dropdowns do not open when clicked on the title
- Public char variables uneditable in Inspector when project setting "Use IMGUI Default Inspector" is enabled
- IAP Listener component’s list titles go out of bounds when resizing the Inspector window horizontally
Add comment