- Home /
Should i use one or more "Directional Lights" in my scene?
The problem is if i just use 1x light source in my scene i have much dark corners on my models and the shadows are just black and very intensiv. If i use multiple lights with different rotations it looks ok but the light is very bright and looks unrealistic. Thank your for ur help, im new to Unity ^^
Answer by Namey5 · May 18, 2020 at 04:00 AM
You are missing ambient lighting from the environment (which used to be enabled by default, but isn't). Go into the lighting settings and enable auto-generate at the bottom or bake the lighting yourself.
https://docs.unity3d.com/Manual/lighting-window.html
https://docs.unity3d.com/Manual/BestPracticeMakingBelievableVisuals6.html
Your answer
Follow this Question
Related Questions
Realtime Shadows Not Casting on Self or Other Objects 0 Answers
Sprite in 3D environment with lights problem 1 Answer
Problems with shadow casting 0 Answers
3D model not affected by darkness? 2 Answers