❔ Referring to a file in C#
Hello, I have a file (.shader) in my Solution directory, however I'm trying to refer to it in code, I have tried
However, that returns
However, that returns
Cannot implicitly convert from type 'string' to 'unityEngine.Shader. Any help would be relaly appreciated!