Search Issue Tracker
By Design
Votes
0
Found in
Issue ID
1058825
Regression
No
[LWRP+Shadergraph] Shader graphs with transparent surface type do not render with render queue value of 2000
SRP Repo: Issue #1592
What happened?
Custom shader (shader graph) with a master node's surface type set to transparent, set to a material with a render queue value of 2000 (the Geometry setting) does not render. While experimenting with reproduction I found inconsistent reproduction with an exact value, one piece of geometry is lost at 2500, another is lost at 2999. Generally transparent surface shaders don't render anything when set at 2000.
Reproduction
Create a "PBR Graph" shader.
In the shader editor click the gear icon on the master node, set the "Surface" to "Transparent".
Save, create two materials with the shader. Create two cubes and give each one of the materials.
Set the render queue value of one of the materials to 2000, alternatively use the drop down and set to "Geometry".
Cube should disappear.
Which package (Shader graph, LW, HDRP, Core...)?
Shader graph + LW
Unity template or github source code?
LW template
Which package version or branch (1.1.8-preview, 2.0.0-preview, 2018.1, 2018.1-experiment, 2108.2...)?
2018.2.0b4 + Lightweight Render Pipeline 2.0.3-preview package
Unity version, operating system, target platform (standalone windows, mac, iOS, PS4...)?
2018.2.0b4, Windows 10.
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
ajeet00552066
Apr 30, 2019 07:16
Same problem still exists for Unity 2019.1.0f2, LWRP ver 5.14.0, Windows 10.
Note: If you select Render Queue to "From Shader", some parts of mesh are transparent.