0

Im new in Unity. Im watched several tutorials and I cant manage this:

When I reloaded an Scene, the new scene comes "gold". See the images:

enter image description here

enter image description here

Here the code I use:

public void reloadGame(){ SceneManager.LoadScene (SceneManager.GetActiveScene().name); }

Could somebody help me ? Thank in advanced!

Hellium
  • 7,206
  • 2
  • 19
  • 49
Diego Garcia
  • 555
  • 2
  • 6
  • 20
  • Are you referring to the objects' color? This is likely due to the lightning in the scene. Run the scene and look at the `Directional Light` Object in your scene. It has an `Intensity` which might give you a result like this. Find out why it is changed when you load the scene. Codewise it has nothing to do with how you loaded the scene, but rather the functionality of the game. – Fredrik Schön Apr 09 '17 at 14:36
  • It looks like ambient light is gone. Check the settings in your lighting window. – apk Apr 09 '17 at 14:38

0 Answers0