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.
Comments (1)
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
- After converting a Built-in project to URP render texture related errors are spammed that can lead to Game view being rendered on top of Scene view
- UI Builder slider value lags and stutters when sliding/modifying certain property values
- "Reset UI Builder Layout" functionality inconsistently changes Canva Size when "Match Game View" is enabled/disabled
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
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.