AudioSource audioData; void Start() { audioData = GetComponent<AudioSource>(); audioData.Play(0); Debug.Log("started"); }