Search Issue Tracker
Fixed in 2021.2.X
Votes
8
Found in
2019.1.0b2
2020.1.8f1
2021.1
Issue ID
1284779
Regression
Yes
sRGB format is not supported with the 'Gamma' Color Space when the Main Camera's HDR is 'Off'
How to reproduce it:
1. Create a new 3D project
2. In the Hierarchy view select the 'Main Camera'
3. Go to the Inspector view > Camera and set HDR value to 'Off'
4. Open Player Settings view and go to the 'Other Settings'
5. Set Color Space value to 'Gamma'
6. Notice that in the Console view warning occurs
Expected result: Warnings do not occur in the Console view
Actual result: Warnings occur with the message: "Requested RenderTexture with sRGB format. sRGB formats are not supported in gamma mode, fallback to a UNorm format. Use a UNorm format instead of sRGB to silence this warning."
Reproducible with: 2019.1.0b2, 2019.4.15f1, 2020.1.14f1, 2020.2.0b12, 2021.1.0a6
Not reproducible with: 2018.4.27f1, 2019.1.0b1
Comments (1)
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
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
YousafGrewal
Aug 24, 2022 10:32
I am still facing this issue in Unity 2020.3.38f1 which is latest LTS release....