unity default diffuse shader

Hi,

Anyone know how to edit the default diffuse shader that comes with Unity so that it doesn’t have effect when i use a gloweffect ? Or guide me to some tutorials ?

Bump ?

http://unity3d.com/support/documentation/Components/script-GlowEffect.html - glow is affected by what a shader writes into the alpha channel. So if you want object to now glow, set it’s color alpha to zero, or make texture have zero alpha.