- Home /
How to make a Sprite glow?
Hi, I'm making a 2D game with pixelart style, and I was wondering if there's any way that I can make a sprite of a prefab glow/emmisive, so that other sprites react to the lighting that the prefab is emmiting. It should look something like this: 
Is there a way to achieve this in prefabs? For example, glowing bullets...
Answer by Batuhan13 · Mar 04, 2020 at 06:21 AM
Good morning mate =) .As I know there is no direct way to add emission to sprite in unity .But I know a way to do that =) .I downloaded unity 2d lighting package and I added point light component to my sprite and here the result

Maybe there are a ways to do that in your sprite editor but I this it is the easiest way .In addition for animated glowing effect you could add simple animation to light intensity =) .I hope that will help you .Have a great day =)
Your answer
Follow this Question
Related Questions
I have issue with unitys serialization 1 Answer
Best ways to apply fancy effects on a plane? 1 Answer
Reduce Draw Call for Sprite 1 Answer
Instantiated Sprite is not rendering. 1 Answer
RaycardHit2D not working on Sprites? 1 Answer