Search Unity

how i use in multiplayer in unity

Discussion in 'Multiplayer' started by eliyaoo, Feb 1, 2010.

  1. eliyaoo

    eliyaoo

    Joined:
    Feb 1, 2010
    Posts:
    7
    How to use Unity Multiplayer Networking software

    and how i use in multiplayer
     
  2. Dreamora

    Dreamora

    Joined:
    Apr 5, 2008
    Posts:
    26,601
    there is no such thing as "multiplayer software"

    Unity has networking present to create a multiplayer game but you must do that yourself.

    The network example in the resource section of the website + the network zero to hero guide on the board here + the documentation on networking should get you going.
     
  3. eliyaoo

    eliyaoo

    Joined:
    Feb 1, 2010
    Posts:
    7

    how i do that alone in dlls c++ in the version pro?
     
  4. Dreamora

    Dreamora

    Joined:
    Apr 5, 2008
    Posts:
    26,601
    Unsure what your question is targeted at but: C++ libraries allow you to add new functionality to standalone application builds.
    You can not use C++ libraries to control any aspect of unity though.
     
  5. eliyaoo

    eliyaoo

    Joined:
    Feb 1, 2010
    Posts:
    7
    i can explanation how to use in multi player in unity?
     
  6. Dreamora

    Dreamora

    Joined:
    Apr 5, 2008
    Posts:
    26,601
    See the networking example here as well as the documentation in the manual, reference and script reference on Network