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

Question List of Shadergraph built-in variables?

Discussion in 'Shader Graph' started by MlleBun, Oct 3, 2019.

  1. MlleBun

    MlleBun

    Joined:
    Sep 19, 2017
    Posts:
    163
    Hello everyone, anyone knows where to find a complete list of ShaderGraph Build-in variables like _MainTexture or _WorldSpaceLightPos0 ? Thanks.
     
  2. Olmi

    Olmi

    Joined:
    Nov 29, 2012
    Posts:
    1,553
  3. MlleBun

    MlleBun

    Joined:
    Sep 19, 2017
    Posts:
    163
    Thanks @Olmi for the ressources. I looked at the page, and I was wandering if that list was complete or not. But this is a pretty good start for me. Many Thanks!
     
  4. alexanderameye

    alexanderameye

    Joined:
    Nov 27, 2013
    Posts:
    1,383
    Some that I know of are

    _AlphaClip and _ColorSaturation

    When I used those for my own variables, I got some issues :/