Search Unity

Question How to flipp a Texture 2D

Discussion in 'Shader Graph' started by econt, Nov 8, 2019.

  1. econt

    econt

    Joined:
    Apr 8, 2019
    Posts:
    52
    Hi I would like to know how to flip a Texture 2D horizontly with shadergraph? - Does s.o. knows the answer?



    Thx in Advance!
     
  2. fffMalzbier

    fffMalzbier

    Joined:
    Jun 14, 2011
    Posts:
    3,276
    You can use the tile and offset node and set the tiling to -1. (Pipe the uv in it and use the output for the UV slot in the sample 2D texture node)