Search Issue Tracker
Fixed in 6000.0.55f1
Fixed in 6000.0.X, 6000.1.X, 6000.2.X, 6000.3.X, future release
Votes
4
Found in
2020.3.46f1
2021.3.21f1
2022.2.12f1
2023.1.0b9
2023.2.0a7
2023.3.0a3
6000.0.0b11
6000.1.0a7
6000.2.0a1
6000.3.0a1
Issue ID
UUM-30810
Regression
No
WebGL Player flickers and logs warnings when viewport is resized and "Linear" Color Space is used
How to reproduce:
1. Open the "WebGL_Colorspace" project
2. Open the "SampleScene"
3. Switch build to "WebGL" (File > Build Settings)
4. Build And Run
5. In Player open the browser’s console
6. While resizing Player, observe the viewport and browser console
Expected result: viewport resizes without any visual glitches and no warnings are logged in the browser console
Actual result: viewport flickers when it is resized and the browser console logs warnings
Reproduced with: 2020.3.46f1, 2021.3.21f1, 2022.2.12f1, 2023.1.0b9, 2023.2.0a7
Reproduced on: Windows 10 (by reporter), Windows 11
Warnings (Firefox Console):
1. Performance Warning: Recreating Offscreen FBO (1339x701 => 1314x688) Build.framework.js.gz:2:44333
2. Performance Warning: Recreating Offscreen FBO (1314x688 => 1277x666) Build.framework.js.gz:2:44333
3. Performance Warning: Recreating Offscreen FBO (1277x666 => 1257x652) Build.framework.js.gz:2:44333
Notes:
1. The browser’s console can be opened by different shortcuts. These shortcuts are also different for each browser. The default shortcuts can be located here https://docs.unity3d.com/Manual/webgl-debugging.html
2. Not reproducible when “Gamma” Color Space is used in WebGL Player (Edit > Project Settings > Player > Other Settings)
3. Reproducible when using the custom "Responsive" WebGL Template (Edit > Project Settings > Player > Resolution and Presentation)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Uninitialized variable warning appears in the Inspector of a custom shader when the variable is initialized
- "Failed creating toolbar element from ID..." error is thrown when resetting the Scene view Overlay layout while an Asset Transformer Toolbox overlay is active
- Entity ID for Font Assets is serialized twice which throws an error when using Debug Inspector
- Play Mode can be entered when disabling Adaptive Performance and pressing either the Play Mode button or the keyboard shortcut to enter Play Mode before recompilation leading to errors and warnings thrown
- Parent ListView element also becomes selected when inner ListView element is selected
Add comment