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 <sprite> tag inserted image from a Sprite Asset into the UI Builder Button disappears when the Inlined Style Text Shadow Horizontal or Vertical Offset is set to be more than 0 px
- Build fails when building with ILCPP Scripting Backend and ARMv7 as the Target Architecture
- Textures turn black in Player when they are referenced by a script instance
- [Android] Virtual device crashes with "Scudo ERROR: invalid chunk state when deallocating address" error in Firebase Test Lab when Optimized Frame Pacing is enabled
- Particle System does not resume when its Culling Mode is set to "Pause" or "Pause and Catch-up," and particle position simulate in world space
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.