Glow Shader

Hello, I think this has been asked many times.:expressionless:
I downloaded the ShaderEditor but I don’t know how to use it. I need a simple glow shader whose color and radius/intensity i can change.
Thank you.:sunglasses:

Glow is a screen space effect. In order to do per-object colour glows you’ll need Unity Pro and replacement shaders. The screen space glow effect only uses the alpha channel for glow “intensity” and thus doesn’t allow for per-object glow colours. The replacement shader resource unity provides would be a good place to start. Shawn did this in Blush and he talks about it on his blog:

http://technology.blurst.com/camera-render-with-shader/

thanks for the link, i’ll look into it :slight_smile:

if you need a simple glow, try the “glow” or “bloom” in the standard packages (“Image Effects (Pro Only)”). you can tweak intensity, radius and more …