Search Issue Tracker
Fixed in 1.0.0-preview.9
Votes
0
Found in [Package]
1.0.0-preview.8
Issue ID
1277149
Regression
No
[UIR] Clear color isn't premultiplied before being applied
When specifying a clear color in the PanelSettings, the color is applied as-is. For example, we can specify (1,1,1,0.5) and this value will be used as-is to clear the render texture (assuming that the proper clear flag is set). This is incorrect because the content of the render texture is premultiplied. As a result, any blend with this background color will yield an incorrect result. The user should still specify the color as straight, but UIToolkit must premultiply by the alpha internally before clearing.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Manual reference page for Grid Selection is missing
- Awaitable.NextFrameAsync causes GC Alloc 0.7 KB when using CancellationToken
- Prefab "Overrides" list item popups are overridden when navigating with keyboard arrow keys
- Alpha Tolerance setting does not affect generated outlines when generating Custom Physics Shape in the Sprite Editor
- The information/help message section misses a margin in the "Profiler" window
Add comment