If you want to use
Blend SrcAlpha OneMinusSrcAlpha
Then you just add alpha or alpha:blend option to the surface shader pragma line
If you would like to specify your own way of blending, like you could in Unity 4 surface shaders, simply use the "keepalpha" option and:
Blend [whatever setups you want to do]
↧