Glow single Object

Hi Guys I have problem with Glowing. I need to glow only one object. I read that glow work on ALPHA so I set ALPHA to 0 on object with one must be without glow but it didn’t work.

	Color color1 = renderer.material.color;
	color1.a = 0f;
    gameObject.transform.renderer.material.color = color1;

Someone know where is problem ? I use GLOW EFFECT script from UNITY PRO. Thanks for help :slight_smile:

PS. How to make light without glow ?

Hi alek123, you can just attach the Bloom effect on your game object, and there you go. Good luck!

All the best,
Ivan