NCMBの会員情報にuserTypeというプロパティでは呼び出せない値があり,それを呼び出したいとき
NCMBUser currentUser = NCMBUser.CurrentUser;//現在のユーザ情報をcurrentUserに格納 string myUserType = currentUser["userType"].ToString(); PlayerPrefs.SetString("userType", myUserType);//userTypeをPlayerprefsの_userTypeに格納
いや,これで良かったなんて,,半日くらいなやんでたのに,,