Search Issue Tracker
By Design
Votes
0
Found in [Package]
6.9.0 - 7.1.5
Issue ID
1199719
Regression
Yes
HDRP ShaderGraph 'Double-Sided' option does not affect the mesh when HDRP ShaderGraph type is used
Reproduction steps:
1. Open the attached project named Case_1199719
2. Open the Sample Scene
3. Observe the 2 Quads in the Scene
Expected result: Both Quads are rendered from both sides
Actual result: The Quad which is using the HD Lit Shader is only lit from one side
Reproducible with: 2019.2.14f1, 2019.3.0b11, 2020.1.0a14
Not reproducible: 2018.4.13f1
Could not test with: 2017.4.35f1(HDRP not available)
Reproducible with package versions: 6.9.0, 7.1.5
Not reproducible with package versions: 4.1.0, 6.7.1
Notes:
- Affected ShaderGraph types: HD Lit, Decal Graph, Fabric Graph, Hair Graph, HD Unlit Graph
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
- "Curve" window workspace doesn't update the scale to match the selected curve preset unless reopened
- StackOverflowException occurs and tests fail to load when the Test Runner window is opened while System.Windows.Forms.dll and System.Deployment.dll are present in the project
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
Resolution Note:
The reason why the material was not double-sided is that it has retained its double-sided option set to false. These properties in the Shadergraph are only default values for the material (and the one in the material avoid having to duplicate a ShaderGraph just to change the double-sided mode).
This can be solved by checking the material settings and manually setting the desired options. Alternative, the material can be created by right-clicking on the Shadergraph file and selecting create new material. This will ensure that the material will receive the Shadergraph settings