Search Unity

which Lightmode for unlit shaders?

Discussion in 'Shaders' started by Mike, Jul 30, 2007.

  1. Mike

    Mike

    Joined:
    Dec 1, 2006
    Posts:
    118
    Just one short questions:

    I have a couple of shaders that are not affected by light - they're just lightmap*texture... what Lightmode should I choose?
     
  2. Aras

    Aras

    Unity Technologies

    Joined:
    Nov 7, 2005
    Posts:
    4,770
    Just omit the tag (the default is VertexOrNone). And use Lighting Off command (though that can also be omitted, as lighting is off by default).
     
  3. charmandermon

    charmandermon

    Joined:
    Dec 4, 2011
    Posts:
    352
    Link is dead
     
  4. jq911

    jq911

    Joined:
    Jun 11, 2015
    Posts:
    3
    Although this question comes from 13 years ago, I still wanna know.:(