Search Issue Tracker
Fixed in 2020.3.42f1
Fixed in 2020.3.X, 2021.3.X, 2022.1.X, 2022.2.X, 2023.1.X, 2023.1.0a11
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.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment