Search Unity

Multiplayer game

Discussion in 'Multiplayer' started by apueee, Aug 24, 2009.

  1. apueee

    apueee

    Joined:
    Aug 9, 2009
    Posts:
    2
    Dear All

    I'm very new at unity. I want to learn on multiplayer game. But not finding the proper way.

    I just want to make multiplayer box movement for learning purpose. is rpc can do that? I'm not sure about the requirement for RPC. Is it needs a server? Or only need to embed the game in html and upload it to a server?

    What I need?

    1. a GUI to start the game and user can join.
    2. Here the player may be some box. when a user join in the game it will create a box(cube) and he can control that box(like first person character)
    3. if those box collide with others then it will update all box position.

    Basically i'm not finding how to start. So first i want to learn how to start a multiplayer option.


    please help me to learn Sad step by step suggestion will be great..
     
  2. Lab013

    Lab013

    Joined:
    Oct 22, 2008
    Posts:
    405
    I have a example project at (somewhere near the bottom) http://forum.unity3d.com/viewtopic.php?t=28307&start=30 contained in that project is a PDF that introduces you to all of those topics, and also in the download file is a real world example of networking. Good luck!