Godot Version 4.3
Passing noise seed to a shader
I have a noise texture in a shader which has a seed parameter.
I want to be able to reuse the shader for different objects with different noise seeds.
So I need to be able to pass the seed to the shader.
But the seed is inside the noise texture definition, so I can’t pass it the parameter.