public void UpdateMusicVolume(float value) { PlayerPrefs.SetFloat("MusicVolume", value); AudioEvent.SetRTPCValue("MusicVolume", value * 100f); }