Bloom and Flare effect

Hey guys,

Its my first time using a bloom&flare effect in unity. I didnt find any good tutorial explaning how to use it. I have a point light and I want to add bloom and flare to it. When I add the bloom&flare script to the point light, it adds a camera to the light, and that makes it a bit hard to place the light where I want it to be cuz of the camera view. Is there any other methods to add those effect? Do I add the script to the camera or the light?

You add image effects to the camera.

You need to add the Bloom Flares image effect to your main camera. All lights in your scene will take into account.

-Mauri

For Unity bloom image effect you need Unity Pro and documentation is here Documentation.
If u use unity free try this.

Thanks guys,
But what if I want to use bloom and flare effect only on one light in the scene? Is that possible?