public void PlayPickUpSFX()
 {
     audioPlayer.clip = sfxManager.GetPickUpDropOffAudioClip(sfx, true);
     audioPlayer.Play();
 }