Search Issue Tracker
Fixed in 2021.1.X
Votes
0
Found in
2020.2.0a19
Issue ID
1279800
Regression
Yes
Lightmap visualization tonemapping isn't working on Editor start
Steps to repro:
1. Pull the Sponza URP project from here: https://ono.unity3d.com/test-data/gi-tests/SponzaLWRP and sync to revision 1ba7fdd9f457acff81428824ec6f3460e3e72ab4;
2. Open SponzaLightingDay scene;
3. Pull the Sponza scene to the Hierarchy;
4. Make sure that the scene is selected as a master scene, if not, double-click on SponzaLightingDay scene in the Hierarchy;
5. Make sure that GPU Lightmapper is selected as a baking backend for the SponzaLightingDay scene;
6. In the Lighting window press Generate Lighting button;
7. Once the bake is done, navigate to the Lightmap visualization view mode.
8. Set tonemap to -4, take a screenshot.
9. Restart the editor.
10. Observe the difference in brightness in the tonemapped lightmap scene view mode.
11. set tonemap value to -4.1, brigness changes a lot
12. set tonemap value back to -4, things now look as expected.
Expected result:
Tonemapped lightmap should be quite dark.
Actual result:
Tonemapped lightmap is too light.
Notes:
- Observed on version: 2021.1.0a1.218 (trunk rev c3eb06b4e364).
- Does not reproduce in: 2020.1.5f1, 2020.2.0a14, 2020.2.0a17, 2020.2.0a18
- Reproduces in: 2020.2.0b3, 2020.2.0a19
- Affects all render pipelines (BRP, URP, HDRP)
- Affects both the CPU and the GPU lightmapper
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
- Parallax mapping with UVs set other than UV0 plugged into sample texture 2d produces an error
- Objects with single letter name won't show up in hierarchy search results
- The GameObject is not transparent when setting CameraDepthTexture as a depth render target
- SRP Lens Flares with Occlusion enabled inconsistently shine through objects
- "Can not play a disabled audio source" is thrown when audio is toggled on with disabled Audio Source in the Scene
Resolution Note (fix version 2021.1):
https://github.cds.internal.unity3d.com/unity/unity/pull/1809