This version of Unity is unsupported.
Method group is Obsolete

ClientScene.localPlayers

Obsolete The high level API classes are deprecated and will be removed in the future. public static List<PlayerController> localPlayers;

Description

A list of all players added to the game.

These are the players on this client, not all of the players in the game on the server. The client has no explicit knowledge of the player objects of other clients.