This version of Unity is unsupported.
Method group is Obsolete

NetworkMigrationManager.DisablePlayerObjects

Obsolete The high level API classes are deprecated and will be removed in the future.

Declaration

public void DisablePlayerObjects();

Description

This causes objects for known players to be disabled.

These objects are added to the pendingPlayers list, and will be re-enabled when their clients reconnect.

This happens when the connection to the host of the game is lost.