Tank thread texture panner

Hi guys, I have a question, I wanna animate tank-threads but not the actual tank-threads self, but with a texture-panner.
Unity doesn’t seem to have texture-panner, how would you animate a tank-thread in Unity

Use a script to modify the tread Material’s mainTextureOffset, or use SetTextureOffset() if you are not using the main texture. Texture offset is also editable in the Material inspector, so you can experiment there.

Alright, thanks for the quick reply.
I am gonna play around with it.