Hello,
How to change username at run time?
We have called the following api,
WarpClient.GetInstance ().Connect ("dev", "");
The player is connected with username "dev", now we want to change the username without disconnect the current player.
Is this possible?
Thanks.