private void Start() { theMusic = FindObjectOfType <Music>(); if (newTrack != null) { theMusic.ChangeBGM(newTrack); } }