Answer the question
In order to leave comments, you need to log in
What can interfere with the sound?
AudioSource created by default did not twist anything, I call it as standard
public AudioSource AudioMusic;
public AudioClip MusicGeneral;
if(!AudioMusic.isPlaying){
AudioMusic.clip = MusicGeneral;
AudioMusic.Play();
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question