Textures stretch on wide objects

Whenever I change an objects (a rectangle in this case) height, width or length the texture stretches instead of tiles. Every time that happens I have to change the tiling parameters to fit the texture but then it changes every other object with that texture to those parameters. Is there any way to change it so that when you change an objects width/height/length it will tile the texture instead of stretch it to fit its length/height/width.

Here is what im talking about:

and when I change its length:

I want it to tile and not stretch.

Any chance you can re-link these images?

1 Answer

1

Every time that happens I have to change the tiling parameters to fit the texture but then it changes every other object with that texture to those parameters.

No, it changes every other object with that material. You can’t assign textures to game objects, you assign textures to materials, and materials to game objects (or more precisely, their renderers). So use different materials for different game objects that need different material parameters.