public void SaveAppData() { CloudGoods.SaveAppData(SaveKey.text, SaveValue.text, (r) => { Debug.Log(r); saveResponse.text = r.ToString(); }); }