- Home /
Is it possible to create a light like this in unity?
I want to make a light effect like this :
http://cowardlycreations.com/Freezer.png
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.
Answer by Zen_Hap · Jun 04, 2016 at 08:48 AM
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
Your answer
Follow this Question
Related Questions
Creating this light effect 1 Answer
How to stop light passing through closed box? 3 Answers
Light Question 1 Answer
Why can't I change options in Lighting? 0 Answers