Reference to the 'mute audio' button in editor?

Forgive me if this is dumb, but I’m trying to figure out how to detect the state of the ‘mute audio’ button in the editor. I have external audio feeding and I’d like to be able to fully mute all audio if this button is pressed.

I couldn’t find it on EditorApplication, is it somewhere else?

Hi @frosted , you could use this var EditorUtility.audioMasterMute

1 Like

Thanks!

I never ever would have found that!