31
TNet 3 Support / Can I separate players with different version of game on server TNet?
« on: December 31, 2016, 12:31:51 PM »
TNet server have TNPlayer.version (Protocol version)
If I update the game build - I should update server TNet(with new protocol version)
But its not conveniently, because: 1) some players can try to play on old version 2) I want to have many games on server, and If I update one of them - I should update all of there.
Can I separate players on one protocol with different game version?
for example: TNManager.Connect(serverAddress, serverPort, gameVersion);
If I update the game build - I should update server TNet(with new protocol version)
But its not conveniently, because: 1) some players can try to play on old version 2) I want to have many games on server, and If I update one of them - I should update all of there.
Can I separate players on one protocol with different game version?
for example: TNManager.Connect(serverAddress, serverPort, gameVersion);