Issue of PUN 1.78

Options
Hi,

When I use the following code I expect that I will have ClientState = JoinedLobby but I have ConnectedToNameServer instead.

PhotonNetwork.Disconnect();
PhotonNetwork.ConnectToRegion(region, version);

The code works on old project with older version of PUN. PhotonServerSettings are the same on the both projects

Thanks!

Comments