Search Issue Tracker
By Design
Votes
0
Found in [Package]
2019.4.0f1
Issue ID
1255848
Regression
No
Transparency has incorrect behaviour
How to reproduce:
1. Create a new URP unity project.
2. Use the sample scene
3. Change Wood material used by the stud frame used in the scene to transparent instead of opaque.
4. See transparent material form the side and see how the horizontal bars are overlapping the vertical bar which is in the front. (The image for this is attached: "Transparent Strud Frame.PNG")
Expected result: The horizontal bar is in the front and the vertical bars should be seen behind the horizontal bar as it is transparent.
Actual result: The vertical bars are in front of the horizontal bar even if it should be the opposite.
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
- "Assertion failed on expression" errors appear when selecting specific Tile Palette GameObjects
- “CommandBuffer: built-in render texture type 3 not found while executing” warning is displayed in URP project
- Player build logs a "material with shader doesn't have a '_MainTex' property" error when instantiating a specific amount of specific prefabs
- The LayerMask parameter is ignored when using Physics2D.GetRayIntersection method
- The Tilemap GameObject causes other Tilemap GameObjects to become invisible when its “Mask Interaction” is set to “Visible Inside Mask”
Resolution Note:
If pixels below a threshold of its alpha value should be discarded and not used for alpha blending. Then the object should be set to opaque with alpha clipping enabled.