Hi,
(Sorry for my english)
I have level. Its look as what i want. When I use Application.LoadLevel(SceneNameGame);
But if i use PhotonNetwork.LoadLevel(SceneNameGame); scene is dark but if i use Application.LoadLevel(SceneNameGame); its OK.
Result is
This scene is now really dark. What is wrong?
Its really simple scene.
In scene are
Directional Light
Spotlight
nothing change their properties.
Really thanks for any idea.
EDIT: Its happen only sometime and only in editor.