C#, Unity, 未分類 NCMB userのフィールド取得 2016/12/05 admin 会員ロールのカスタムフィールド”nyusyo”の取得 NCMBUser currentUser = NCMBUser.CurrentUser;//現在のユーザ情報をcurrentUserに格納 PlayerPrefs.SetString("nyusyobi", currentUser["nyusyo"].ToString()); Debug.Log(currentUser["nyusyo"]);