Search Issue Tracker
By Design
Votes
0
Found in
2018.3.0f2
Issue ID
1117030
Regression
No
UI sprites differ when one of them has transparent background, other has white background and Linear Color Space is selected
How to reproduce:
1. Open attached Unity project
2. Load scene "Gradient"
Expected result: Both sprites looks the same.
Actual result: sprites differ in Linear Color Space
Reproduced on: 2019.2.0a8, 2019.1.0b6, 2018.3.8f1, 2017.4.23f1.
Note: With Gama Color Space both sprites looks the same.
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
- Prefab Override popup displays on wrong monitor when Inspector width is resized to minimum
- Scroll View is not moving by inertia after scrolling by click and dragging when Editor window is minimized and Canvas "Render Mode" is set to "World Space"
- "type mismatch error" occurs when the currentDirectionWS output of a Sample Water Surface node is connected to a float3 input
- URP Material Upgrade utility does not enable Alpha Clipping when material had Rendering Mode set to Cutout
- Particle System emission ignores the Sprite Atlas when using a Material that has the "Include in Build" setting unchecked
Resolution Note:
Linear color space would affect blending as explained here:
https://docs.unity3d.com/Manual/LinearRendering-LinearOrGammaWorkflow.html
https://forum.unity.com/threads/bug-with-bypass-srgb-sampling.282469/
This problem will be addressed in LWRP.