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
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
- A memory leak occurs in Play mode when using Direct3D12 Graphics API
- Crash on GfxDeviceD3D12Base::DrawBuffersCommon when rendering 60 real-time lights in the far distance
- Black artifacts appear in the Scene view when moving the mouse with the Scene and Device Simulator windows open
Resolution Note (2021.1.X):
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.