[PHOTON]JoinOrCreateRoom

When PhotonNetwork.JoinOrCreateRoom() is called, and the room name doesn’t exist, of course it will the room but once it makes the room, does it join or do i manually join it using PhotonNetwork.JoinRoom()??

That’s actually missing in the docs! Good question :slight_smile:
Yes, it will enter the room in either case. All methods that join or create rooms will get you into it automatically.

1 Like