Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

exclude_path question

Discussion in 'Shaders' started by poorDolly, Apr 24, 2014.

  1. poorDolly

    poorDolly

    Joined:
    Jan 23, 2014
    Posts:
    10
    hi,all
    i am new with unity shader program
    in most of shaders i read there are directives such as
    exclude_path:"some words"
    question is i don't know where to find list of all "some word" like "prepass"
    plz someone tell me where to find this list
     
  2. RC-1290

    RC-1290

    Joined:
    Jul 2, 2012
    Posts:
    639
    As far as I'm aware there isn't a single list with all the words you need, most of the information is scattered all over the place.
    A lot of what you need can be found in the documentation though. You can read about exclude_path in this article.
    You can learn more about 'prepass' by reading about the Deferred Lighting render path.