Search Issue Tracker
Third Party Issue
Votes
0
Found in
2021.3.6f1
2022.1.9f1
2022.2.0b1
2023.1.0a2
Issue ID
UUM-10505
Regression
No
Google Chrome 103 does not load UI Image when using Linear color space on the WebGL platform in a full-screen mode
To reproduce:
1. Open the project “My project”
2. File → Build Settings → WebGL → Switch Platform
3. In the same window, Player Settings → Color Space → Linear
4. Build the project and open the application in Google Chrome (103 version)
5. Notice the square in the middle of the screen
6. Enter full-screen mode
Expected result: The square is still visible
Actual result: The square is not visible
Reproducible with: 2021.3.6f1, 2022.1.9f1, 2022.2.0b1, 2023.1.0a2
Could not test with: 2020.3.37f1 (Package errors)
Reproduced on: Windows 10
Not reproduced on: macOS 12.4
Notes:
- Works fine with Gama Color Space
- Works fine in Google Chrome 102 version
- The problem doesn't exist on computers that do not support Linear mode
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
- Crash on __pthread_kill when entering Play mode
- Crash on tlsf_free when exiting Play Mode in a specific project
- Camera Solid Color is overwritten when injecting Custom Render Pass at 'RenderPassEvent.AfterRenderingPrePasses + 1'
- Shadows are not rendering when using the "On Demand" shadow update mode with GPU Resident Drawer and additional camera render texture
- "AVFoundationVideoMedia error while reading” error is thrown when streaming from a URL with a signed token in VideoPlayer
Resolution Note:
Chrome, specifically it's WebGL library ANGLE, has a bug related to the initialization of depth render textures. We've been working with Google to find a fix for the issue on the Chrome side. The public Chrome bug report is https://bugs.chromium.org/p/angleproject/issues/detail?id=7678.