NCMB userのフィールド取得

会員ロールのカスタムフィールド”nyusyo”の取得

 

		NCMBUser currentUser = NCMBUser.CurrentUser;//現在のユーザ情報をcurrentUserに格納
		PlayerPrefs.SetString("nyusyobi", currentUser["nyusyo"].ToString());
		Debug.Log(currentUser["nyusyo"]);