Search Unity

terrain texture not tiling

Discussion in 'General Graphics' started by whidzee, Jan 31, 2019.

  1. whidzee

    whidzee

    Joined:
    Nov 20, 2012
    Posts:
    166
    I have this odd situation on my terrain where my texture isn't tiling.

    I created this terrain using the Mesh to Terrain from Infinity Code. I started with a google map satellite image and am going to paint in textures to make it high resolution (using the initial google map as a guide on where to paint)

    My texture is set to repeat

    I'm not sure what it could be. Any ideas?

    upload_2019-1-31_0-27-57.png

    upload_2019-1-31_0-30-17.png

    upload_2019-1-31_0-30-57.png
     
  2. aleksandrk

    aleksandrk

    Unity Technologies

    Joined:
    Jul 3, 2017
    Posts:
    3,019
    What are the normal map settings? Is it set to "Repeat" as well?
     
  3. whidzee

    whidzee

    Joined:
    Nov 20, 2012
    Posts:
    166
    the normal map was set to Repeat.
    I have managed to find it the problem. The google map texture on my terrain was set to clamp. for some reason because one texture was clamped it clamped all the other textures. is this a bug?
     
  4. aleksandrk

    aleksandrk

    Unity Technologies

    Joined:
    Jul 3, 2017
    Posts:
    3,019
    It would be great if you could send a bug report for us to investigate.
     
  5. whidzee

    whidzee

    Joined:
    Nov 20, 2012
    Posts:
    166
    how do i create a bug report?
     
  6. mingwai

    mingwai

    Small Graphics Potato Unity Technologies

    Joined:
    Jan 16, 2017
    Posts:
    52
    On the editor top menu > Help > Troubleshooter > Report a new issue
     
  7. billlu0729

    billlu0729

    Joined:
    May 28, 2018
    Posts:
    2
    i got the same problem recently. is it solved?
     
  8. zwcloud

    zwcloud

    Joined:
    Mar 15, 2016
    Posts:
    377
    Just ran into the same issue in Unity 5.6.6f2:

    20191019_terrain_splat_repeat_bug.png

    20191019_terrain_splat_repeat_bug2.png
     
    Last edited: Oct 19, 2019
  9. zwcloud

    zwcloud

    Joined:
    Mar 15, 2016
    Posts:
    377
    Just found a solution: save the image as another file.
     
  10. mgear

    mgear

    Joined:
    Aug 3, 2010
    Posts:
    9,435
    i had similar issue when downgrading project to older unity version,
    deleting the meta file fixed it. (or manually editing it to fix some values)
     
    zwcloud likes this.
  11. zwcloud

    zwcloud

    Joined:
    Mar 15, 2016
    Posts:
    377
    Yes! I'm also working on a downgraded project. But deleting the meta file doesn't work for me. I need to recreate the image file.