Sets the scale of a named texture in a game object's material. Useful for special 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: SetTextureScale
Scale X
Scale in X axis. 2 = double the texture's width.
Scale Y
Scale in Y axis. 2 = double the texture's height.
Every Frame
Repeat this action every frame. Useful if animating the scale.