I want to make a light effect like this :
In unity for my 2D pixel-arted game, can unity do this somehow? ![]()
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.
– Namey5