Is it possible to create a light like this in unity?

I want to make a light effect like this :

In unity for my 2D pixel-arted game, can unity do this somehow? :slight_smile:

The normal light effects in unity doesn’t fit in with the art style I’m using in my game.

Also, if this effect can be somehow created using code I would prefer the code being in C#. :]

You could try rendering the scene at a lower resolution, and doing the normal lighting stuff. Just make sure there isn't filtering on the scaling.

1 Answer

1

Turn lighting, shadow and reflection quality down, then when you play the scene the light will look pixely like that image’s light.

To get to these settings it is: edit > project settings > quality