Merge pull request #283 from microsoft/fix/display-userid
The value of the new UserID changes back to the value of the previous Startup mode
This commit is contained in:
Коммит
0ac2d4ac21
|
@ -257,6 +257,7 @@ public class PuppetAppCenter : MonoBehaviour
|
|||
|
||||
public void OnUserIdChanged(string newUserId)
|
||||
{
|
||||
_customUserId = newUserId;
|
||||
PlayerPrefs.SetString(UserIdKey, newUserId);
|
||||
AppCenter.SetUserId(newUserId);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче