keijiro / ShaderGraphAssets

Basic asset collection for Unity Shader Graph
The Unlicense
182 stars 8 forks source link

Why can't see noises nodes in SG outputs? #2

Closed ShockWave2048 closed 2 years ago

ShockWave2048 commented 2 years ago

Hi Keijiro! Why can't see noises in SG outputs (editor, scene)? (Unity 2022.1.0b4.2571) Thaks for answer! Screenshot_2

keijiro commented 2 years ago

Because you're giving a constant input (0, 0). Obviously, the return value must be constant.

I'd recommend giving a varying input, like UV or Position.

keijiro commented 2 years ago

I'm closing this issue now. Please reopen it for further problems.