Hello,
I just tried to use the matchmaker as described here: http://docs.unity3d.com/Manual/UNetMatchMaker.html
But I had a problem when disconnecting from a party with:
The disconnection is effective but when I try to reconnect to the same party, I got this:
matchmaker re-connection to a game and token dictionary
I just tried to use the matchmaker as described here: http://docs.unity3d.com/Manual/UNetMatchMaker.html
But I had a problem when disconnecting from a party with:
Code (CSharp):
- networkMatch.DropConnection(joinResponce.networkId, joinResponce.nodeId, OnConnectionDropped);