Search Issue Tracker
By Design
By Design in 2022.2.X
Votes
0
Found in
2020.3.35f1
2022.1.3f1
2022.2.0a13
Issue ID
UUM-1335
Regression
Yes
DXT5 compression produces lower quality lightmap results when compared to 2019.4 LTS
Steps to reproduce:
1. Make sure that you have WebGL platform support installed
2. Download and open attached project (New Unity Project.zip) and open SampleScene
3. Open the project in a 2019.4 LTS editor version
4. Observe the appearance of the Shaded view, and the Lightmap-0_comp_light file
5. Now open the project in any other editor version that is 2020.1.0f1 or newer
6. Notice the drop in quality both in the Shaded view, and the Lightmap-0_comp_light file
Notes:
- Reproduces in: 2020.1.0a15, 2020.1.0a17, 2020.1.0a22, 2020.1.0a26, 2020.1.0f1
- Does not reproduce in: 2019.4.38f1, 2020.1.0a1, 2020.1.0a13, 2020.1.0a14
- This issue was introduced in: 2020.1.0a15
- Prior to 2020.1.0a15, WebGL used DXT compression by default
- Overriding to DXT compression manually after 2020.1.0a15 results in quality reduction
- Post-2020.1.0a15 release WebGL uses RGB9E5 compression by default, but users cannot override to it manually: https://fogbugz.unity3d.com/f/cases/1424639/
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
This works by design. But work is scheduled to inform the user in the UI when non-optimal compression settings are used.
Resolution Note (2022.2.X):
This works by design. But work is scheduled to inform the user in the UI when non-optimal compression settings are used.