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!

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