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
- [IL2CPP-GarbageCollector] Changing GCMode might permanently disable GC in a multithreaded context
- Crash on invalid_parameter_internal when starting Standalone Profiler
- UI Toolkit buttons stop receiving inputs when entering the new Scene while holding a button during Scene change
- VFX Graph tooltips have a double line on the bottom side
- TMP font size is "-99" by default when TMP Resources are not loaded
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.