Hi, just wondering, does Network.Connections return the number of connected players (players that connected to the server, a player is hosting the server) or will it also return the server host? (So server host counts as a connection)
According to the documentation here: Unity - Scripting API: Network.connections
Network.connections contains:
-
All connected players.
-
On a client this contains only the server.