I’ve been googling and I can’t figure this out. There must be something right in front of my face that everyone else has seen.
I can find code for custom shaders I want to use, but I can’t find shader files, or this shaderLab interface anywhere.
How do I create a new shader to add the code to and use? Need a point in the right direction please :).
In Project tab, Create > Shader.
Or Assets > Create > Shader.
Or create a new text file and change the extension from .txt to .shader.
Jessy
May 2, 2013, 12:56pm
3
Or, find a shader, duplicate it, and write in the duplicate after a good renaming. I do this, because Unity’s default shader takes too long to compile.
Ahh it was as I said right in front of my face :). Thanks for the help guys!