This version of Unity is unsupported.
Removed in version 2018.4.36

NetworkPlayer

struct in UnityEngine

/

Implemented in:UnityEngine.CoreModule

Obsolete The legacy networking system has been removed in Unity 2018.2. Use Unity Multiplayer and NetworkIdentity instead.

Description

The NetworkPlayer is a data structure with which you can locate another player over the network.

With this you can, for example, send a message directly to another player.