Search Unity

MMO Server

Discussion in 'Multiplayer' started by BearishSun, Dec 23, 2008.

  1. BearishSun

    BearishSun

    Joined:
    Dec 1, 2008
    Posts:
    175
    Hello,

    I read around the forum, and asked a few questions before, as to how can I implement a server using unity that can hold at least 500 people.

    Some people suggested using just unity, others suggest writing my own raknet server.

    Now, if I was really to write my own RakNet server how do I go about things like player movement, AI, collisions, etc?

    Should I implement RakNet just to handle database access and stuff, and leave movement, AI, and collisions to unity server?