So, the explanation is simple but the implementation, not so much. I want players to choose between being either a type A player or a type B player. I then have different rooms that players can join multiplayer online. But, each of these rooms can only let in specific types of players. For example, one room might only allow 1 player of type A and a maximum of 8 or minimum of 3 of type B. This would result in 1 type A and a group of type B. My question is how would I do this?
I’ve worked in online multiplayer before, especially photon, but looking around i’m not sure which ‘framework’ would be best for doing this. Obviously, I wouldn’t mind staying with photon but if switching is necessary then I will do it.
If you have any ideas on how to do this in any way your help will be greatly appreciated.
Thanks:)