Search Unity

OnLobbyServerCreateGamePlayer not called ?

Discussion in 'Multiplayer' started by BytingWolf, Mar 11, 2018.

  1. BytingWolf

    BytingWolf

    Joined:
    Feb 8, 2018
    Posts:
    5
    Hi, i am using Unity 2017.3 and the network lobby asset pack. I created a modified lobbymanager script but for no reason the function OnLobbyServerCreateGamePlayer is not called. I haven't got any exception. Someone can help me please? I don't want to leave the developpement of my game :(
     
  2. Orion_78

    Orion_78

    Joined:
    Feb 13, 2014
    Posts:
    66
    Did you make a NetworkServer.RegisterHandler ? That seams to break these call...
     
  3. BytingWolf

    BytingWolf

    Joined:
    Feb 8, 2018
    Posts:
    5
    No, i haven't added a RegisterHandler on my script, but i think it's the reason. I would like to add this but i have little knowledge about NetworkServer.RegisterHandler. It would be great to add a tutorial for this, because i tried to add my function to the RegisterHandler but i got a conversion error in argument 2.