Question - How to tile textures?

Hey all!

Is there any way to tile a texture (eg repeat it over a surface multiple times) or does this have to be done with shader modification/addition?

Much thanks,
Ins.

Modifying the shader/material is the way to go. I recommend checking out the materials documentation.

3 Likes

You can create new Material and add UV Offset & Tilling for tile or offset a texture.

Here you can see example :-

1 Like