Hi all,
I'm adding a matchmaker system to my game,and also the possibilty to secure your room with password.
The problem is when im using the Try Catch mechanism it does not seem to work.
Try Catch not Working. Please Help!
I'm adding a matchmaker system to my game,and also the possibilty to secure your room with password.
The problem is when im using the Try Catch mechanism it does not seem to work.
Code (CSharp):
- public void UIJoin(int index)
- {
- try {
- //Trying to join the match with no password, assuming there is no one.
- GuiLobbyManager.s_Singleton.matchMaker.JoinMatch(
- GuiLobbyManager.s_Singleton.matches[index].networkId,
- "",...