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
- UI Toolkit Slider value defaults to min value when the initial value is set in the UXML file
- The Player hangs when unloading a scene using the UnloadUnusedAssets() method
- [iOS] Too many texture parameters error is thrown when running on devices that support the number of parameters
- [MacOS] Trying to pick a Colour from full-screen window breaks Colour Picker Tool functionality
- WebGL Player hangs on first frame when "Autoconnect Profiler" is enabled and large amount of Profiler data is buffered before the first frame
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.