public void FlushSavedSettings()
        {
#if LP_UNENCRYPTED
            PlayerPrefs.Save();
#else
            PlayerPrefs.Flush();
#endif
        }