heroiclabs / nakama-unity

Unity client for Nakama server.
https://heroiclabs.com/docs/unity-client-guide
Other
407 stars 75 forks source link

C# / Unity - [BUG] Client does not get return from server API call #162

Closed Deity closed 6 months ago

Deity commented 9 months ago

Running with Unity 2022.3.11f1 Silison LTS on a M1 Mac and connecting to Nakama server 3.18.0+095c7a66, the code

await NakamaManager.Instance.Client.UpdateAccountAsync(NakamaManager.Instance.Session, null, displayName);

(as seen in Ninja Battle Tutorial ) would not return control for Nakama Unity SDK version 3.8.0or 3.9.0. The highest version number that appears to work is v3.7.0

novabyte commented 9 months ago

@Deity Thanks for the bug report. Do you have more information you can share with us which could help identify the root cause of the issue? We have a lot of game projects in production which use UpdateAccountAsync on Unity version 2022.3.11f1.

novabyte commented 6 months ago

We've not had any follow up since the original request for more information. @Deity Please re-open the issue if the issue persists.