Hello everyone, anyone knows where to find a complete list of ShaderGraph Build-in variables like _MainTexture or _WorldSpaceLightPos0 ? Thanks.
Have you checked this list: Unity - Manual: Built-in shader variables
and tried which ones work? Just guessing but if _WorldSpaceLightPos0 works, some of the others might too.
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!
Some that I know of are
_AlphaClip and _ColorSaturation
When I used those for my own variables, I got some issues