How do I STOP the server from listening on ports?
I want to stop the server from listening and make it now act as a client, but how?
“Network.Disconnect();” crashes the Unity editor.
I call that method in “void OnPlayerDisconnected(NetworkPlayer player)” because I want the server to stop when the client disconnects… but there is no method I can find for this?