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
- Animation Clip with Legacy enabled does not play when Time.timeScale is set to 0 despite Update mode set to "Unscaled time"
- Rename is enabled on subfolder empty space - "Can't rename to empty name" warning
- SamplerState Property Missing Anisotropic Filtering
- Visual glitches when using Handles API
- The RGBA color values are inconsistent when comparing two identical colors set in the Inspector
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.