Search Issue Tracker
By Design
Votes
0
Found in
2020.1
Issue ID
1284697
Regression
Yes
[PLM] Viewport progressively updating, even with progressive updates toggle unchecked
Steps to reproduce:
Method A
1. Open attached project with latest trunk rev 5181ec54d595 plus daa5ab5ce3d7 grafted on top to make HDRP work.
2. Observe that the lightmap is updated progressively even though the checkbox for progressive updates is unchecked.
Method B
1. Open any existing project
2. Make sure that the lightmap resolution is set to a relatively high value (128 and up)
3. Make sure that Progressive Updates toggle is off
4. Generate lighting using either the CPU or the GPU lightmapper
5. Notice how the viewport is progressively updating
Notes:
- Tested on Windows10 using a Geforce2080Ti and TITAN V.
- Reproduces in: 2020.1.9f1, 2020.2.0b6, 2021.1.0a1, 2021.1.0a2
- Reproduced both with the CPU and the GPU lightmapper
- Reproduces when lightmap resolution is high; sample counts do not seem to have any effect
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
- Changes to instanced detail mesh material don't immediately apply
- Undo.RegisterObject or Undo.CreateObject dirties the scene, but no actual changes to Scene are made
- [Profiler] Scrubbing through filtered frames or sorting their data replaces the displayed data with duplicated data entries
- [UI Builder] It is possible to add content to parent document while editing child document in place
- EndChangeCheck is not triggered when clearing the IMGUI search field by pressing the "x" button
Resolution Note:
Everything is working as expected :-)
The attached HDRP project has a wall that is built with several overlapping objects. The disc light is creating very noisy lightmaps on the inner, lightmapped layers of the wall. During baking the different lightmaps come in as they converge and are compositing, creating the illusion that progressive updates are on. I have verified with breakpoints and asserts that no compositing of unconverged lightmaps is happening.