fchb1239/PhotonVR

Joining private room does not change the PhotonVR connection state

Closed this issue · 2 comments

Already have a fix for this but can't be bothered publishing it lmao.

Just add this to _JoinPrivateRoom in the PhotonVRManger if it's important.

image

Manager.State = ConnectionState.JoiningRoom;

Same thing with OnJoinedRoom and OnLeftRoom.
I set State instead of Manager.State, which won't work.

Fixed I think