Search Unity

Master Server, Login Server and Two host servers

Discussion in 'Multiplayer' started by coldzik, Jul 12, 2015.

  1. coldzik

    coldzik

    Joined:
    Jan 2, 2013
    Posts:
    12
    I muts have Master Server for servers managements. To Master Server i have connected login server and two host servers.
    At first clients connect to login server, and when client pass verification my login server connect this client to master server and master server connect it to one of the host

    Is something like that actually possible in uNet?

    Most important thing is if I can send NetworkConnection from my login server to master server and somehow register this connection?
     
    Last edited: Jul 12, 2015
  2. Mabenan

    Mabenan

    Joined:
    Feb 7, 2014
    Posts:
    132
    First Part: Yes it should be possible. You have to create a new NetworkClient for each Server.

    Second Part: No you need a new Connection from the Client to the MasterServer or you tunnel the MasterServer through the Login Server. SO the Strukture is MasterServer<-LoginServer<-Client->GameServer
     
    coldzik likes this.