Hi there!
I using Shader graph and I have a gradient color in shader parameter like this
But it cannot show in Material Parameter as MainTex or Color
I don’t know why…
anyone? Thanks!
Hi there!
I using Shader graph and I have a gradient color in shader parameter like this
But it cannot show in Material Parameter as MainTex or Color
I don’t know why…
anyone? Thanks!
This is simply not supported, even though it could be.
Gradient is neither color or texture, it’s special struct.
In any case if you need to expose it then you would need to use texture instead.