+1
Add more blending options
It would be great and a real time save for me to have more blend mode options:
When I need a different blending value for the alpha value, I need to change:
Blend SrcAlpha OneMinusSrcAlpha
to for example:
Blend SrcAlpha OneMinusSrcAlpha, One One
manually after each change in shader forge.
Also implementing the BlendOp might come in handy too.
Some background info from the unity shaderlab blending docs:
...
Blend SrcFactor DstFactor, SrcFactorA DstFactorA
Instead of adding blended colors together, do a different operation on them.
Kundesupport af UserEcho