- Home /
Sequential shaders. Pass the output color of a shader to the next one.
Hi !
I'm trying to create a shader that changes the color of the object to black for a given distance threshold. But I don't want to calculate all the lightning in this shader. Instead, I just want to use the standard shader from Unity and modify the output color from it.
Is it possible to have such a sequence of shaders in Unity?
Thank you
Comment
Your answer
Follow this Question
Related Questions
Altering Material through Script Causes Transparent Rendering Error - C# 1 Answer
Standard Shader Still Visible through Stencil Shader 0 Answers
COLORMASK & writing to multiple render targets In Deferred doesn't work as expected in DX9 1 Answer
Image Effect - Screen coordinates 1 Answer
What is "sampler_ScreenTextures_linear_clamp" and what other options do I have in shaders? 1 Answer