Search Issue Tracker
Fixed in 2019.3.X
Fixed in 2020.1.X
Votes
1
Found in
2017.4
2018.3.8f1
2018.4
2019.2
2019.3
2020.1
Issue ID
1195264
Regression
No
PNGs imported with RGBA Half format are incorrectly converted when using Gamma Color Space
How to reproduce:
1. Open user-submitted project
2. See Gradient8bit and Gradient16bit in the Project window
Expected result: the images match Gradient32bit image when Gamma Color Space is set
Actual result: the images do not match Gradient32bit image when Gamma Color Space is set
Reproducible with: 2017.4.33f1, 2018.4.12f1, 2019.2.12f1, 2019.3.0b10, 2020.1.0a12
Notes:
Setting the Color Space to 'Linear' the images appear correctly
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
- "NullReferenceException" is thrown when rapidly expanding and collapsing the folders in the VFX Graph Node creation menu
- VFX Graph tab always opens between "Scene" and "Game" views instead of opening after already opened tabs
- Editor crashes on "MonoBehaviour::Transfer<GenerateTypeTreeTransfer>" when resetting package defaults in VR Template project
- Rotation tool Gizmo is stuck in the Scene View when unchecking/checking the "Orient" node in the VFX Graph and the Scene view is visible
- The Editor opens when the window is closed right after launch
Resolution Note (fix version 2019.3):
Solved the issue where LRD images (for example PNG 8 bit/channel and 16bit/channel) where incorrectly gamma decoded at texture import when selecting a HDR graphics format (float, half float, BC6) when using the gamma color space. No color transformation will now be applied in this case, so the (assumed) linear content will be sampled unmodified in the shader. The EXR file stores floats which are assumed HDR. In this case the current behavior is that the assumed linear (HDR) content gets gamma encoded at import. PNGs (LRD) will therefor look different than EXRs (HDR).
Fixed in 2020.2.0a1
Resolution Note (fix version 2020.1):
Fixed in 2020.1.0b1
Resolution Note (fix version 2019.3):
Fixed in 2019.3.6f1