We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, Can someone help me? How can I achieve gradient like this?
my current situation:
Thank you!
Appreciate your help in advance.
The text was updated successfully, but these errors were encountered:
you can probably use the UV.y in the shader - as ana example;
float4 UnlitFrag(UnlitVaryings IN) : SV_Target { return float4(IN.strandColor, 1.0) * (0.5 +( 0.5 * IN.strandUV.y)); }
Sorry, something went wrong.
Thank you @blueyred, I'm new in UNITY. That means I don't use the Shader editor but I open the shaders code and add/edit these lines?
No branches or pull requests
Hello,
Can someone help me? How can I achieve gradient like this?
my current situation:
Thank you!
Appreciate your help in advance.
The text was updated successfully, but these errors were encountered: