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?