Hello everyone, I have a big problem with shader graph. Their icons look like normal shader and when I want to open it, here is the error:
When I click on the first blue link, Visual Studios opens and this line is shown:
m_CheckerboardMaterial = new Material(Shader.Find(“Hidden/Checkerboard”));
It seems that the Shader.Find, do not find what is it looking for so the new Material has a null parameter.
Do you have any idea of how to resolve this error ?