Search Unity

MMO game development

Discussion in 'Multiplayer' started by kashiftasneem, May 16, 2017.

  1. kashiftasneem

    kashiftasneem

    Joined:
    Aug 24, 2012
    Posts:
    16
    Hello guys. I have been using Photon Cloud for quite a while now and am very much satisfied with it. Now, we are planning to develop MMO game for that I researched and found Photon Server and Ulink. I would prefer Photon Server because of its pricing. I have done work only on client side so server side programming is new to me. I have few questions related to this:

    1. Which one should I use? Photon Server or Ulink or any other and why?

    2. Photon Server has MmoDemo example. Is this enough or would I have to extend it according to my requirements?

    3. The Ulink example Snowbox has a server implementation as a Unity scene. Is it good enough?
    Thanks in advance.
     
  2. KingfisherWyvernStudio

    KingfisherWyvernStudio

    Joined:
    Oct 5, 2011
    Posts:
    324
    How many players do you want to play simultaneously together? Cause Photon is Room-based with a max of 20 players per room. I asked them about it a while ago.
     
  3. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    Ulink's last release was in March 2014. Even though I liked it at the time, it is apparently dead today.

    Photon's infrastructure is built around the idea of setting up short term small matches. That will work for match based MMO's like World of Tanks, but probably is a bad choice for open world MMO's.

    I'm currently building an open world MMO with UNET, but I have had to build out my own system of master server, database, zone servers, inter-server communication, etc. It is a lot of work, but is doable.
     
  4. kashiftasneem

    kashiftasneem

    Joined:
    Aug 24, 2012
    Posts:
    16
    Players will be more than 50. Isn't 20 players per room for Photon Cloud only? Photon server should not have such a limit.
     
  5. kashiftasneem

    kashiftasneem

    Joined:
    Aug 24, 2012
    Posts:
    16
    Thanks. Even Photon Server has such limits?
     
  6. TwoTen

    TwoTen

    Joined:
    May 25, 2016
    Posts:
    1,168
    For a larger MMO my suggestion would be Unet LLAPI, Enet or RakNet. They are all good solutions for game networking.
     
  7. Deleted User

    Deleted User

    Guest

    Master Server is already has been written by devs. https://forum.unity3d.com/threads/master-server-sample-project.331979/