This version of Unity is unsupported.
Method group is Obsolete

NetworkManager.SetupMigrationManager

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

Declaration

public void SetupMigrationManager(NetworkMigrationManager man);

Parameters

man The migration manager object to use with the NetworkManager.

Description

This sets up a NetworkMigrationManager object to work with this NetworkManager.

The NetworkManager will automatically call functions on the migration manager, such as NetworkMigrationManager.LostHostOnClient when network events happen.