Search Issue Tracker
Won't Fix
Votes
0
Found in
2020.3.31f1
2021.2.17f1
Issue ID
UUM-3572
Regression
No
[TextureCompression][UI/UX] Crunch Compression bool is exposed for unsupported texture formats
Prerequisites:
- Make sure that you have WebGL platform support installed
- (Optional) Make sure that you have Desktop, Android, and iOS platform support packages installed
Steps to reproduce:
1. Download and open the attached project (New Unity Project.zip)
2. Open SampleScene
3. Navigate to File > Build Settings
4. Switch to WebGL platform
5. Bake lighting
6. Select lightmap texture
7. Enable Crunch Compression bool in the texture importer settings
8. Notice that it has no effect neither to its visual quality, nor size
Notes:
- Does not reproduce in: 2019.2.11f1, 2019.2.21f1, 2019.4.37f1 (Note: only because the textures end up using DXT in 2019.4\! Not a regression.)
- Reproduces in: 2020.3.31f1, 2021.2.17f1 and newer builds (non-DXT formats are used, so crunch cannot be used)
- It affects other platforms as well, to a degree. Will share more information in the comments section
- The causal factor could be texture format incompatibility with the crunch compression algorithm
- In an ideal case scenario, all texture formats should work well with the crunch compression algorithm
- In cases where that's not possible, crunch compression bool should be inactive
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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Resolution Note:
This is being integrated into a larger effort to improve the UX for the Texture Importer Inspector as a whole.