Search Unity

Rotating Uvs for a terrain GameObject

Discussion in 'Scripting' started by rattlesnake, Sep 17, 2014.

  1. rattlesnake

    rattlesnake

    Joined:
    Jul 18, 2013
    Posts:
    138
  2. fffMalzbier

    fffMalzbier

    Joined:
    Jun 14, 2011
    Posts:
    3,276
    Do you need to rotate it at run time? If not i would just roatete the texture.
    If you have to do it in run time you need a costume terrain shader that does support uv rotation.
     
  3. rattlesnake

    rattlesnake

    Joined:
    Jul 18, 2013
    Posts:
    138
  4. rattlesnake

    rattlesnake

    Joined:
    Jul 18, 2013
    Posts:
    138
    Ok that's good, I found an other way to achieve the result I wanted... thx !