Search Issue Tracker
Fixed in 6.9.0
Votes
1
Found in [Package]
6.7.1
Issue ID
1154941
Regression
No
ShaderGraph Gradient node does not attach to a Sample Gradient if it is connected to the Master node
Reproduction steps:
1. Open the attached project named "Case_1154941"
2. Open the "Test" shader graph
3. Try to attach the Gradient node to the Sample Gradient
Expected result: Gradient node is attached
Actual result: Gradient node is not attached
Reproducible with: 2018.4.1f1, 2019.1.4f1, 2019.2.0b4, 2019.3.0a4
Could not test with: 2017.4 ( Lack of a Package manager )
Package versions tested: 4.1.0, 5.7.2, 5.13.0, 6.5.3, 6.7.1
Notes:
1. It is possible to attach the Gradient node to the Sample Gradient when it is not connected to the Master Node
2 Tested with HDRP and LWRP
Fixed with: 2019.2.0b9 and 2019.3.0a8 using ShaderGraph 6.9.0
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
- No data received in Profiler when connecting to WebGL Player without "Autoconnect Profiler" option enabled
- Screen Space Ambient Occlusion is ignored when toggling "Post Processing" visibility in the Scene window overlay
- “RenderTexture.Create failed: requested size is too large.” errors are thrown and the Inspector window is black when selecting a CubemapArray texture
- Crash on AMDUnityPlugin.DLL in specific built project when using FSR2 upscaler
- RenderObjects does not have any Depth texture bound when Event is set to AfterRenderingPostProcessing
Yanka33
May 24, 2019 13:40
The same issue occurs when trying to plug the output of a Sample Texture Node to any node already linked to the Position input of the master node (PBR or Unlit).
For example, starting from the Shader described in this video: https://www.youtube.com/watch?v=vh85pzT959M, it is not possible de replace the Simple Noise node by a noise texture.