Search Issue Tracker
Fixed in 2022.2.X
Votes
0
Found in
Issue ID
1424639
Regression
No
[WebGL] Cannot manually override to RGB9E5 format
Steps to reproduce:
1. Make sure that you have WebGL platform support installed
2. Download and open attached project (1422786_New Unity Project.zip) and open SampleScene
3. Navigate to Assets > Scenes > SampleScene and select the Lightmap-0_comp_light file
4. In the the texture importer, select the WebGL tab, and check Override for WebGL bool
5. Observe the error, and notice that RGB9E5 format is not selectable
Notes:
- Affects WebGL platform only
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
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
Resolution Note (fix version 2022.2):
The format was not selectable before because WebGL1 does not support it. Now that WebGL1 is no longer included in WebGL builds by default, we can enable the selection of this format.