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
- "Curve" window workspace doesn't update the scale to match the selected curve preset unless reopened
- StackOverflowException occurs and tests fail to load when the Test Runner window is opened while System.Windows.Forms.dll and System.Deployment.dll are present in the project
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
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.