Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

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?