I figured it out, it seems that even for Transparent shaders, you can use the "keepalpha" option and simply specify the alpha like:
Blend SrcAlpha One
Just like you did in Unity 4(except it would just work without keepalpha in Unity 4), the documentation made if feel like keepalpha is only used for opaque shaders, this is not the case...
↧