Hi!
I'm relatively new to Photon but I've been getting along with it pretty well so far.
My game has 8 players per room, which I need to seperate into 2 seperate teams of 4.
What's the best way to do this?
The only way I've come up with so far is having the Master add players to the least populated team list when they first connect to the room, but I'm not sure if this would work in practice. It would be local to the Master and thus I'm not sure on how to pass the assigned teams on to the other connected players, handle the Master status being transfered if they leave, etc.
I figured that many people have probably been in this exact situation and thought I might as well ask others opinions on it before tackling this from scratch.
I'm relatively new to Photon but I've been getting along with it pretty well so far.
My game has 8 players per room, which I need to seperate into 2 seperate teams of 4.
What's the best way to do this?
The only way I've come up with so far is having the Master add players to the least populated team list when they first connect to the room, but I'm not sure if this would work in practice. It would be local to the Master and thus I'm not sure on how to pass the assigned teams on to the other connected players, handle the Master status being transfered if they leave, etc.
I figured that many people have probably been in this exact situation and thought I might as well ask others opinions on it before tackling this from scratch.