Hi all,
I’ve recently downloaded the NetworkLobbyManager example to test out the network lobby manager, only to find several errors in the code. Upon see the errors I’ve found that the classes I’m looking for were removed in Unity 5.4
public override void OnMatchCreate(CreateMatchResponse matchInfo)
and
public void OnDestroyMatch(BasicResponse extendedInfo)
Can someone please explain why these were removed, and if I can get this project to work again, which methods do I use to replace these (possibly obsolete) ones?
Thanks,
CausticLasagne
So, this script is on an object that is in a scene you load, unload and reload ? Do you simply load the scene with the SceneManager?
– UnityCoach