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
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
- UI Toolkit Slider value defaults to min value when the initial value is set in the UXML file
- The Player hangs when unloading a scene using the UnloadUnusedAssets() method
- [iOS] Too many texture parameters error is thrown when running on devices that support the number of parameters
- [MacOS] Trying to pick a Colour from full-screen window breaks Colour Picker Tool functionality
- WebGL Player hangs on first frame when "Autoconnect Profiler" is enabled and large amount of Profiler data is buffered before the first frame
YousafGrewal
Aug 24, 2022 10:32
I am still facing this issue in Unity 2020.3.38f1 which is latest LTS release....