Search Issue Tracker
Fixed in 9.0.X
Fixed in 7.3, 8.0.1, 9.0
Votes
11
Found in [Package]
7.1.1
Issue ID
1215767
Regression
Yes
[Shader Graph] Fog Node density returns 0 when it is connected to an Unlit Master Node
Reproduction steps:
1. Create a new Project with URP or HDRP
2. In the Project window create a new Unlit Graph and open it
3. In the Shader Graph window create a Fog Node and connect the density output with Unlit Master Node color input
4. Create a new material and assign the created shader graph
5. Apply the material to a GameObject
Expected result: Fog Node density returns 1 when connected to an Unlit Master Node
Actual result: Fog Node density returns 0 when connected to an Unlit Master Node
Reproduces on: Shader Graph 7.1.1 (2019.3.0b5), Shader Graph 7.1.8 (2019.3.0f6, 2020.1.0a22)
Does not reproduce on: Shader Graph 4.10.0-Preview (2018.4.17f1), Shader Graph 7.0.1 (2019.3.0b4)
Could not test with 2017.4 due to the package not existing
Notes:
-Does not reproduce with the PBR Master Node
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
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
abivz
Feb 27, 2020 10:45
Unlit output shader code doesn't contains #pragma multi_compile_fog. Please add this pragma automatic with Fog Node exists or something else.