Search Unity

Where to learn new multiplayer system?(Solved)

Discussion in 'Scripting' started by tijanikun, Jan 16, 2019.

  1. tijanikun

    tijanikun

    Joined:
    Aug 10, 2017
    Posts:
    129
    Hello,
    I realy need help, i realy don't know where i can learn the 2019 multiplayer system, my game is actually working with UNet but it is now deprecated...
    What should i do please ?
     
  2. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    The new multiplayer system isn't done yet. If you are adventurous and want to try out the current alpha, which is little more than a low level UDP transport API, you can take a look at it over on github where they have also written some minimal documentation.

    https://github.com/Unity-Technologies/multiplayer

    Note that if you need high level features you should pass for now and use an alternative 3rd party API.
     
    Last edited: Jan 16, 2019
  3. tijanikun

    tijanikun

    Joined:
    Aug 10, 2017
    Posts:
    129
    First thank you for you answer, im always impressed by your involvement to help people here.
    3rd party api are things like server that you can host on specialized website for exemple?
    My script are using NetworkBehaviour, should i change them?
    Im confused...
     
  4. tijanikun

    tijanikun

    Joined:
    Aug 10, 2017
    Posts:
    129
    Please im stuck, NetworkBehaviour is deprecated, is there any way to learn a replacement?
     
  5. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    There is no replacement from Unity at this time. I'd suggest looking at Mirror instead, which is a community supported port of Unet.
     
  6. tijanikun

    tijanikun

    Joined:
    Aug 10, 2017
    Posts:
    129
    Oh, thank you