Search Issue Tracker
Fixed in 2022.1.X
Votes
2
Found in
2021.1.0a1
2021.1.0a7
2021.2
Issue ID
1309878
Regression
No
[URP] Scenes with Post Processing disabled or enabled & Anti-aliasing set to FXAA are over-illuminated when built for WebGL
How to reproduce:
1. Open the attached "URPWebGLBug.zip" project
2. Go to File -> Build And Run
3. Press the "Scene 2 - doesn't work" button in the browser
4. Observe the application (Post Processing and Anti-aliasing set to FXAA)
5. Press the "Back" button
6. Press the "Scene 3 - doesn't work" button in the browser
7. Observe the application (Post Processing disabled and Anti-aliasing set to None)
Expected result: Application is not over-illuminated (step 4 and 7)
Actual result: Application is over-illuminated (step 4 and 7)
Reproducible with: 2021.1.0a1 (10.2.2), 2021.1.0b5 (11.0.0), 2021.2.0a3 (11.0.0)
Not reproducible with: 2019.4.19f1 (7.5.3), 2020.2.3f1 (10.2.2)
Notes:
- The issue seems to disappear when the Library folder is deleted (But users are able to reproduce it even after deleting the Library folder)
- Pressing the "Scene 1 - works" button in the application opens a Scene where only Post Processing is enabled and it's not over-illuminated
- The issue is reproducible with both WebGL 1 and WebGL 2
- The issue is reproducible with both Linear and Gamma Color Space
- The issue is not reproducible in the Editor and Windows Build
- Couldn't reproduce the issue on a fresh project
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
- [Usability] Can't create Target Frame Time presets in Profiler
- Text is not displayed in the Inspector window when using Korean characters
- [macOS][iOS][IL2CPP] Crash when using the nullable enum as a parameter and passing a default value into it.
- UI Toolkit meshes are fully rendered and rasterized when opacity is 0
- Light rendering artefacts appear in the Editor when assigning unsupported 3D Custom Render Texture in Camera’s Output Texture, unclearable errors and warnings spammed
Resolution Note (fix version 2022.1):
Fixed in 2022.1.0a12
The problem with size builds causing sRGB color conversion being applied twice for size optimized WebGL builds has been resolved.