How to stop texture auto tiling?

Hi developers,
I am working on a game, where in a material, i don’t want texture tilling on material wanna use moving offset.
I have done the texture offset moving but material with tilling value of Y set to 1, is repeating itsself.

How can i get rid of this auto tilling.?

Thanks for any help.

Set the texture to clamp instead of repeat.

–Eric