[SOLVED]GlowEffect on selected objects with culling?

Hi there, I’m trying to use the glow image effect in Unity on specific objects only. The way I thought it might work is by applying the gloweffect to 1 camera, and having another without then using the layers to specify which objects to use the glow camera and which to not, then one camera parents the other and set the depths it should work?

well it doesn’t work properly :frowning:
the behaviour is very strange in fact.
Has anyone had a go at this type of effect, just so I can have objects standing out with a glowy outline but not have full scene bloom (it really goes to town on brigh sky boxes)

thanks for any help in advance

it seems that you cannot use gloweffect on a camera who’s clear flags are set to depth only. It seems to create weird effects.
Guess this method is out :frowning:

You can change how brightly most things glow by changing the alpha (opacity) of their tint colour or texture map.

ah wow your right! Including the skybox, which was giving me grief. Thanks!

quickest ever forum question answered?