P
P
Pavel Bykov2018-07-14 18:26:02
Unity
Pavel Bykov, 2018-07-14 18:26:02

How to disable all light in unity 2018?

This is what the scene looks like now:
NScOvXf.png
But you need the scene to be completely dark and only the light source (or almost dark) is displayed, I tried to change the Rendering path from `Use graphics setting` to `Legacy vertex lit` in the camera settings, it will get the expected effect, but the lighting does not work with this mode
deHNDy6.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Daniil Basmanov, 2018-07-15
@mafof

To get absolute blackness you need to:
1. Remove Directional Light.
2. Remove Environment Lighting on the Lighting tab, either by using the Intensity Multiplier slider, or by setting the color to black everywhere.
3. Remove Environment Reflections either using the Intensity Multiplier slider, or change Source to Custom and leave the field empty.
After that, you will get a dark black color and you can start bringing back the lights and reflections.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question