public void Back() { coin = GameObject.FindGameObjectWithTag ("coin").GetComponent<Coins> (); SceneManager.LoadScene(0); coin.Guardar (); }