I’m currently developing a game that requires asymmetrical gameplay (meaning unbalanced teams). My goal is to have it 1v4 with Unity Networking, but I don’t know how to do it. The Network Manager script offers only 2 options: round robin and random. Is it possible to limit teams?
You’ll have to write your own Network Manager. One that handles what happens OnClientConnect and OnClientReady and…etc…etc…