Open MlleDR opened 5 years ago
Yes, same here :( Pink on water shader. No news?
Same here
Got it working. I've peeked at https://blogs.unity3d.com/2021/02/05/introducing-shader-graphs-new-master-stack/ They used Unity 2020.2 and same function. Remove `#ifndef CUSTOM_LIGHTING_INCLUDED
and #endif
at the end.
and use
#ifdef SHADERGRAPH_PREVIEW
instead of
#if SHADERGRAPH_PREVIEW
No need to include anything. Just plain functions. Seems that it was removed for simplicity. I tried this on 2020 LTS version. Works.
Hello,
I just wanted to report this bug. I downloaded the project and while opening the main scene, I saw that the Water shader has errors and is pink in the scene.
Error 1
Error 2
Error 3
Error 4
Error 5