LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

NetworkIdentity.isLocalPlayer

public bool isLocalPlayer;

Description

This returns true if this object is the one that represents the player on the local machine.

This is set when the server has spawned an object for this particular client.