Hello,
I am using the fancy new standard shader from Unity 5 but it doesn’t quite fit my needs. I created a copy of the shader and modified it to create the affect I wanted (one more texture and one more color).
It seems like a waste to keep two separate sets of files for what is basically a very minor change. All I need to do is add a half4 and a sampler2D then override a single function.
Is this possible? All my Google searches are coming up dry.