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
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
- PolySpatial “Trying to set shader on a Material Variant.” error is printed in the console when entering Play Mode
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
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.