- Home /
Directional Light problem
Hello, i have a problem with Directional Light in my scene.
When the scene is Played the light is correct...see image 
When the scene is loaded from script with
Application.LoadLevel("02. Avatar");
the Light is more darker...see image 
Why?
Answer by SeasiaInfotechind · Nov 19, 2015 at 06:52 AM
hi, This does not happen usually. Please check the directional light properties while the scene is running in both the scenarios and share here as well.
Answer by demosthenesk · Nov 19, 2015 at 12:02 PM
The properties of Directional Light are the same in both cases. I noticed that this dark screen is appeared also for a few seconds when i load the scene "02.Avatar" in the editor in design mode. For a few seconds it is dark and then propablly it reads the Light properties and the Light is switched on at the scene.
I solved this problem by increasing the Intensity of Directional light to 2.6 from 1(default).
Hi ! I have the same problem !!! did you find a solution ??
Your answer