i tried 2 diferent CreateRoom() methods and still i get roomlist of length 0
i dont know what the problem is.i join the room normaly and playing it normaly i event run 2 rooms to see if there is the problem i still get roomlist of 0?isnt the created rooms registered autimaticaly to the lobby?
create room code :
get room list code :
PUN PhotonNetwork.GetRoomList problem
i dont know what the problem is.i join the room normaly and playing it normaly i event run 2 rooms to see if there is the problem i still get roomlist of 0?isnt the created rooms registered autimaticaly to the lobby?
create room code :
Code (csharp):
- PhotonNetwork.CreateRoom("", true, true, 10); //visible true open true
PUN PhotonNetwork.GetRoomList problem