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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
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.