Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Going to start network programming, but unsure about unet being phased out

Discussion in 'UNet' started by Qdot543, Oct 16, 2018.

  1. Qdot543

    Qdot543

    Joined:
    Mar 9, 2014
    Posts:
    30
    Hello.

    Quite simply, going to start network programming. However, after reading about unitys plan to move to a new network api system, I'm unsure if I should start in the current Unet, or figure out if there is any documentation on the upcoming low level API, if there is one.

    Going to start network programming this week, and I don't really want to have refactor my code base once unity makes the switch.

    Should I start with Unet now and refactor anyway, should I find a third party api, or should I hunt for documentation on the new system, or should I wait ( which isn't really an option )
     
  2. mischa2k

    mischa2k

    Joined:
    Sep 4, 2015
    Posts:
    4,347
    UNET will still be a separate package afterwards.
    It's open source though, so you can also use one of the community maintained versions like Mirror (see my signature).