Sets the offset of a named texture in a game object's material. Useful for scrolling texture effects.
Game Object
The game object to change.
Material Index
The index of the material on the object.
Named Texture
The named texture. See unity docs: SetTextureOffset
Offset X
The amount to offset in X axis. 1 = full width of texture.
Offset Y
The amount to offset in Y axis. 1 = full height of texture.
Every Frame
Repeat this action every frame.