You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your line code it's correct, maybe you're not giving values to roomName or roomSize, and that's why you're getting the null reference error, but I can't assure it, I would need more details of youre error message, the moment you're getting it to give you an specific answer, but you can try checking the values of you're variables as I said before.
Let me know if this helped you to solve you're issue.
networkManager.matchMaker.CreateMatch(roomName , roomSize , true , "" , "" , "" , 0 , 0 , networkManager.OnMatchCreate);
In Unity 2017 , it requires 9 arguments , either i didn't know the scenario ,
please correct me as i got a null reference error.
The text was updated successfully, but these errors were encountered: