About LoadBalancing

Options
Trinad
edited June 2012 in Photon Server
what a different InstanceLoadBalancing and Instance1? And how to instance game map for Unity3d on a server? more correctly, to connect a current map.

Comments

  • dreamora
    Options
    LoadBalancing is the multi server tech, while Instance1 contains Lite, LiteLobby and MMO

    and the later is not possible at all, photon does not instantiate anything. Its just message forwarding, the client side stuff (anything related with media) is a client side thing
    Best check out the Unity Client SDK or Photon Unity Networking on the unity asset store
  • Trinad
    Options
    And how to start any region or game field when the players are connected, on a server. more correctly, when sufficient number of players. example
  • dreamora
    Options
    You create the room and make the other users join it.