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:
Here the code I use:
public void reloadGame(){
SceneManager.LoadScene (SceneManager.GetActiveScene().name);
}
Could somebody help me ? Thank in advanced!