#Converting Shader to Vertex Lit

1 messages · Page 1 of 1 (latest)

wooden dew
#

I have a shader which works great, but I want to disable Unity's built in lighting and convert it to a Vertex Lit shader. How would I do that?

This is the shader: https://hastebin.com/share/uvuyayiyib.cpp

kind echo
#

Check the "writing custom shaders in built in render pipeline" section of the manual. It covers it all in details.