Search Unity

Networking components not visible in editor

Discussion in 'Multiplayer' started by brendancollege85, May 23, 2019.

  1. brendancollege85

    brendancollege85

    Joined:
    May 23, 2019
    Posts:
    1
    I am trying to learn multiplayer networking in unity, but when I try to add a Network Manager Component to my empty object, the option doesn't show up. There are no network options to select from. I'm using Unity 2019 and I'm pretty sure that I set up Unity Services correctly. Any ideas?
     
    samiulislamshad likes this.
  2. samiulislamshad

    samiulislamshad

    Joined:
    Jan 20, 2019
    Posts:
    1
    i'm having the same problem.
     

    Attached Files:

  3. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    Unet is deprecated and has largely been removed from the editor, and is starting to disappear from the official documentation. It has been moved to a package for those who still want to use it, but you're highly encouraged to choose a 3rd party API at this time instead of Unet.