void Update() { title.text = player.GetSongPlaying().name; score.text = player.GetScore().ToString(); }