Terrain textures don't tile betwen two terrain tiles.

Hi,
I have few terrain tiles (using default terrain system) and some of my textures don’t tile betwen the terrain tiles.
Textures are tileable itself, they tile on terrain. Texture scale also is the same on both terrain tiles.
Do u have any idea what can I do?

I believe the texture UVs on terrain start on the corner of the terrain where the pivot is. If you scale the terrain texture to a size that doesn’t perfectly tile over the width of the terrain, then the next terrain won’t line up since it’s starting again at “0.0” on that edge.

Thanks! It works :slight_smile: