Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question Tiling and offset not working with Sample Texture 2D

Discussion in 'Editor & General Support' started by KaramIdris, Feb 7, 2023.

  1. KaramIdris

    KaramIdris

    Joined:
    Feb 10, 2016
    Posts:
    6
    I am trying to follow this tutorial. (2:40 for section in question)


    However when I implement the tiling node, instead of it actually tiling it just shows one instance of the texture in the preview.

    Here is a screenshot of what I am talking about. Really hoping someone can help.

    upload_2023-2-7_17-10-10.png
     
  2. KaramIdris

    KaramIdris

    Joined:
    Feb 10, 2016
    Posts:
    6
    I solved this issue myself after some more experimenting.

    Changing the wrap mode on the texture in use to repeat made the tiling work!
    upload_2023-2-7_20-10-45.png