Unity multiplayer
Hello,
I read that Unity free edition supports up to 20 concurrent players. My game require many rooms with 3 players. I will solve this by launching multiple instances of Unity on the server. Constraint of 20 concurrent players: Is it per instance or globaly? Thanks!
Answer by OsmiousH · Aug 20, 2016 at 11:35 AM
Its Global like in photon every instance is connected to same server so it doesn't matter what numbers of instances you will use you will get a maximum of 20 players online at the same time
@OsmiousH Are you talking about Unity $$anonymous$$ultiplayer SERVICE or uNet?
Your answer
Follow this Question
Related Questions
I need help in kill a player with low hp on collision with other player in multiplayer 1 Answer
NetworkMigrationManager does not work with unet matchmaker 0 Answers
Implementing weapon switch in Multiplayer FPS 0 Answers
Mirror Networking; How to Pass/Sync c# actions ? 0 Answers
UNET 2D - changing localscale to x = -1 for flipping character Synchronization? 0 Answers