Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2020.1.4f1
2020.2
Issue ID
1274736
Regression
No
Progressive lightmapper and Enlighten Baked GI results don't match
Reproduction steps:
1. Open attached project "Progressive.zip"
2. Open scene "Scene1", in Scene View, examine GameObjects
3. Open scene "Scene2", in Scene View, examine GameObjects
Expected result: No visual differences
Actual result: Visual differences
Reproducible with: 2018.4.27f1, 2019.4.10f1, 2020.1.5f1, 2020.2.0b2
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
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
- Hovering on the three-dot menu also highlights the tab header near it when not all tabs fit the bar
Resolution Note:
The way Enlighten and Progressive Lightmappers generate GI, is fundamentally different. That's one of the reasons why there are differences in output. Enlighten uses as many bounces as needed to reach convergence, which is defined by a threshold value.
Progressive lightmappers use a fixed number of bounces that you can define in the UI. The higher the number, the more paths the lightmapper will create. This will result in longer baking times, but a brighter/more realistic output. In 2020.2, we now allow users to set up to 100 bounces, as opposed to the previous maximum of 4.
While you can always boost the Albedo and Indirect Intensity values, doing so will result in non-PBR compliant lighting. Instead, we'd recommend increasing the light intensity and the bounce count.