public void Load()
 {
     GetComponent <InputField>().text = SettingsManager.GetSetting(key, type);
 }