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
- Warnings in the Bug Reporter window are cut off and not truncated when the Bug Reporter window is resized to its minimum size
- Color is incorrectly applied to objects when initialized with non-normalized parameters
- SerializationUtility.GetManagedReferencesWithMissingTypes() don't return null when “Prefab has missing SerializeReference Types“ warning banner is present
- Memory leak when VFX Graph is open and Camera has "Target Texture" enabled
- The Canvas component's warning box is missing an apostrophe when Additional Shader Channels is set to "Normal" and "Tangent" with Render Mode set to "Screen Space - Overlay"
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.