Skip to content

Instantly share code, notes, and snippets.

View bowlandcereal's full-sized avatar

bowlandcereal

View GitHub Profile
public class AudioManager : MonoBehaviour {
// Your audio clip
public AudioClip MusicClip;
// the component that Unity uses to play your clip
public AudioSource MusicSource;
// Use this for initialization
void Start () {