Animation in Holo-Shader

Hello,

I´ve written an Holo-Shader which colors my Model and displays Stripes on it like an Hologram.

So now I´m kind of Stuck in adding movement in this shader. What I want to achieve is a Bar that moves from the Top of the Asset to the bottom.

Has anyone made something similiar, and could help me? Or give me a Hint how to achieve this?

Thanks in advance

MadAsAHatter

Check those _Time. variables, can animate things inside shader:

https://docs.unity3d.com/Documentation/Components/SL-BuiltinValues.html

(for example have a bar texture, animate its UV)

thanks mgear :slight_smile:

it works just as I imagined.

thank you :smile: