How to make this simple texture

Hi everybody,
I’m a newbie in Unity3D and this is my question. I want to make a simple texture like the one used in this video:

But i don’t manage to do that. If i take the texture of a single square and I apply it to a simple cube (a GameObject in my project) than it looks strange. How can I make it perfectly like in that video? Thank you!

Hi Henry!

Try changing the tiling property. This alows you to change the amount of texture copys on the same object in x and y.

For more information read Unity - Manual: Material Inspector reference

Regards Askotto