private void SaveFullscreenPrefs() { int fllInt = MyUtils.BoolToInt(fullscreenToggle.isOn); PlayerPrefs.SetInt(FullscreenPref, fllInt); }