Search Issue Tracker
Fixed
Fixed in 2020.3.42f1, 2021.3.13f1, 2022.1.22f1, 2022.2.0b10, 2023.1.0a11
Unknown (hidden) 2021.1.X
Votes
0
Found in
2021.1.0a1
2021.3.1f1
2022.1.0b16
2022.2.0a11
2023.1.0a6
Issue ID
UUM-2364
Regression
Yes
Color artifacts in imported textures when Alpha Source is set to Input Texture Alpha
Reproduction steps:
1. Open the attached 'texture test 2021' project
2. Open the 'SampleScene'
3. Observe the 'Quad' GameObject
Expected result: The 'Quad' GameObject is completely black with a white stripe at the bottom
Actual result: The top half of the 'Quad' GameObject is white
Reproducible with: 2021.1.0a1, 2021.3.1f1, 2022.1.0b16, 2022.2.0a11
Not reproducible with: 2019.4.38f1, 2020.2.0b5, 2020.3.34f1
{+}*Important*{+}: The "actual result" mentioned above is expected and by design due to a previous optimisation. What the fix focuses on instead, is clarify that the user should not rely on the colour data of texels where Alpha == 0 when Alpha Is Transparency is enabled. (this applies to 2020.3 as well, before the optimisation change was made)
As such, when verifying, you should check that the tooltip for "Alpha is Transparency" & API docs have been updated as seen in the PR, instead of checking the repro project scenario.
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
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Resolution Note (2021.1.X):
Version is no longer supported.