Answer the question
In order to leave comments, you need to log in
How to do room creation (and list of rooms) on Photon Unity?
I need to do room selection and room creation on Photon (Unity). I tried everything - there is no normal option. Maybe, you know?
Answer the question
In order to leave comments, you need to log in
List of rooms:
https://doc-api.photonengine.com/en/pun/v2/interfa...
public override void OnRoomListUpdate(List<RoomInfo> roomList)
{
foreach (RoomInfo room in roomList)
{
Debug.Log(room.Name);
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question