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
- HDRP 6-way VFX Shader is lit incorrectly when World coordinates are used
- 2D Sprite Renderer in front is affected by Sprites in the background when using Sorting Layers and a Shadow Caster 2D with Self Shadow
- Modifying UI Prefab child's Height only confirms the first 1 or 2 digits when the Scene is newly opened or the Prefab is newly created
- ProfilingSampler.Get() returns null and makes the Player only render black when building a Release Build
- Search text field visual controls for the Path binding in an Input Actions Asset is misaligned
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.