Hi im trying to disable all of the audio sources in an object
how do i do this instead of just one
GetComponent<AudioSource>().enabled = false;
Hi im trying to disable all of the audio sources in an object
how do i do this instead of just one
GetComponent<AudioSource>().enabled = false;
Try this…