Example #1
0
    private void Start()
    {
        theMusic = FindObjectOfType <Music>();

        if (newTrack != null)
        {
            theMusic.ChangeBGM(newTrack);
        }
    }