Setting AudioListener.volume on iOS Mutes It?

I’m attempting to allow the user to adjust the system volume with a horizontal slider as follows:

AudioListener.volume=GUI.HorizontalSlider(new Rect(ScreenW*0.5f-150,ScreenH-66,300,64),AudioListener.volume,0,1);

Works as expected on the desktop, but on the iPad the volume is now totally off all the time, regardless of the state of the slider. Know what’s up?

Client had the damn thing muted, which is apparently app-specific because he has sound on other apps.

there are 2 mutes:

  1. Through the volume buttons
  2. When you go to the task bar and swipe right, you have a dedicated mute button

the later can be pretty confusing and bite ones back :wink: