- Home /
Repeating Material texture
I need to make a texture that gets applied over surfaces in a certain layer, so I used to use a canvas in each object and repeated an image of a grid in there (I didn't even get the image to tile properly, so I had to tile them in a script). Recently I found out about the Projector component, which projects a material onto all surfaces it "sees". This seemed as a much better solution - Projector in Orthographic mode projecting a material onto all surfaces in a layer. But I got stuck here. What I want to ask is:
How do I make a material that has a repeating image?
I couldn't even get the image to repeat properly the first time. I made myself a (placeholder) image of a single green grid square, which would then repeat on the surface, but on Repeat mode it just made a big green surface. Afterwards, I could only figure out how to apply the image onto the material, which also made a big green surface. Does anyone have experience with this, is there an even better solution to this?
Your answer
Follow this Question
Related Questions
dynamic images for textures ar runtime 2 Answers
Set image as material 0 Answers
Texture tile instead of stretch 1 Answer
Material not updating on Image 2 Answers
Rotate Material (Cylinder) 0 Answers