- Home /
Unity shaders - How can I loop a pass
Hello!
I have two passes on my shader: TextPass and ShadowTextPass. The first pass render a UI Text using the color indicated in the Text Script. The second pass render the same text but moved in a new position.
I want to use the ShadowTextPass pass multiple times, only changing the final position.
Is there a way to loop this pass?
Comment
Your answer
