You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On macOS, if I do compile client it works just fine, but when running in editor it gets stuck in as shown in the screen shot:
Steps:
Hit Play on Unity's editor
select any client version
add account name and psw
hit login
you will get stuck
What you expect:
Move on to character selection window
What you see:
Stuck in the character being loaded window.
@slavidodo I am programmer with unity experience, if you need help to look into this issue let me know.
For now since I am just evaluating it, I probably can get away with it just by debugging connected to the compiled game.
The text was updated successfully, but these errors were encountered:
I know this is an old post but in hopes to help someone else having this issue (I assume it has something to do with unity editor not liking the way a new thread is being spawned and being blocked by the editor) you can add this patch code here:
On macOS, if I do compile client it works just fine, but when running in editor it gets stuck in as shown in the screen shot:
Steps:
What you expect:
Move on to character selection window
What you see:
Stuck in the character being loaded window.
@slavidodo I am programmer with unity experience, if you need help to look into this issue let me know.
For now since I am just evaluating it, I probably can get away with it just by debugging connected to the compiled game.
The text was updated successfully, but these errors were encountered: