Search Issue Tracker
By Design
Under Consideration for 2021.3.X, 2022.3.X
In Progress in 6000.0.X
Votes
0
Found in
2021.3.43f1
2022.3.44f1
6000.0.17f1
Issue ID
UUM-79275
Regression
No
Objects are invisible when using transparent Shader Graph
Reproduction steps:
1. Open the attached “BugRepro” project
2. Open the “Assets/Scenes/SampleScene.unity” scene
3. Observe “VFX”, “VFXwithSG” and “CubewithSGMat” GameObjects in the hierarchy and the scene
Expected results: “VFXwithSG” and “CubewithSGMat” GameObjects display red circle textures like the VFX GameObject
Actual results: “VFXwithSG” and “CubewithSGMat” GameObjects are invisible
Reproduced with: 2021.3.43f1, 2022.3.44f1, 6000.0.17f1
Reproduced on: Ubuntu 22.04, Ubuntu 18.04, macOS
Not reproduced on: Windows
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
- Red spots appear when Blending Lighting Scenarios using Adaptive Probe Volumes
- [Windows] About Unity Window needs to be opened twice to adapt to resolution
- NullReferenceException and temporary graph corruption after entering playmode if output node connection was changed
- Sprite Renderer with Animation does not reflect Sprite changes in the Scene when switching Mask Interaction
- User is redirected to a non-existing online documentation link when clicking on "?" help button inside Inspector window while Animator Override Controller is selected
Resolution Note:
We reviewed this internally- it appears as though the Alpha channel is behaving correctly. At 0 alpha the entire image should no longer be visible, which is what appears to be happening.
Depending on how a user's content is organized, there may be more or less work to do in the shader to ensure that there are desired results-- for example, a way to mask portions of the image that are meant to be transparent from those that are opaque.