Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.3.X
Votes
1
Found in
2019.1.0a10
2019.2.0a1
2019.2.0b5
2019.3.0a1
Issue ID
1166271
Regression
Yes
Redundant Gamma process in Texture2D.ReadPixels() when using 'Linear' Color Space returns incorrect result
How to reproduce:
1. Download the tester-attached package(GammaIssue)
2. Create a new Unity project and import the package
3. Navigate to Edit > Project Settings > Player and set the Color Space to 'Linear'
4. Open the 'gamma' scene and enter Play Mode
5. Select the 'GammaIssueCamera' GameObject
6. In 'Gamma Test (Script)' Component check the 'Read' checkbox
Expected result: the value printed in the Console window is 0.5
Actual result: the value printed in the Console window is 0.73
Reproducible with: 2019.1.0a10, 2019.1.9f1, 2019.2.0b8, 2019.3.0a8
Not reproducible with: 2017.4.29f1, 2018.4.3f1, 2019.1.0a9
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
- Crash on PrepareDrawShadowsCommandStep1 when entering the Play Mode in a specific project
- Physics Layer Collision Matrix's Layer names, checkboxes and hover highlights become misaligned when the Editor's UI Scaling gets changed
- Light/shadow information on an edge of a Terrain tile creates a seam with an adjacent Terrain tile when baking a LightMap
- "Missing types referenced from component UniversalRenderPipelineGlobalSettings on game object UniversalRenderPipelineGlobalSettings..." warning is thrown after switching the Platform to tvOS
- “Metal: Error creating pipeline state (Universal Render Pipeline/2D/Sprite-Lit-Default): Vertex attribute BLENDINDICES0(5) of type uint4 cannot be read using MTLAttributeFormatFloat2 (null)“ when setting GPU Skinning to GPU after opening the project
Resolution Note (fix version 2020.1):
Fixed in 2020.1.0a11