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
- Changing "PreWarm" parameters on VFX Graph leads to significant performance drops and freeze
- Player display resolution changes to the native resolution of the monitor when Player becomes unresponsive
- [Quest] Game View is no longer rendered in the HMD if it's hidden in the Editor when using Meta Link
- Unity auto-generates code it can't compile when classes are renamed
- Terrain's "Grass Tint" Color picker has Alpha 0 by default
YousafGrewal
Aug 24, 2022 10:32
I am still facing this issue in Unity 2020.3.38f1 which is latest LTS release....