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
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
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