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
- [Silicon] Crash with multiple StackTraces when entering Play Mode in a project with corrupted FBX files
- Index Out Of Range exception when trying to use Rendering Layer Override in Probe Adjustment Volume without a mask defined in lighting settings
- [Android] [Vulkan] [WebCamTexture] "WebCamTexture.Play" crashes the application when the camera is started
- Huge performance overheads appear when there is a large amount of bindings in the UI Toolkit
- Visual Effects Graph Blackboard can't be scrolled horizontally
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.