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