Hi,
On my game, when a player disconnect from the server, the player can't again join game or start host. I tried this code, but it wasn't work.
Network.Disconnect();
MasterServer.UnregisterHost();
How can I solve the problem?
On my game, when a player disconnect from the server, the player can't again join game or start host. I tried this code, but it wasn't work.
Network.Disconnect();
MasterServer.UnregisterHost();
How can I solve the problem?