Namespace Unity.NetCode.HostMigration
Classes
HostMigrationData
Host migration class used to access the host migration system, like getting the host migration data blob and deploying migration data to a new world.
Structs
EnableHostMigration
Enable the host migration feature. This will enable the host migration systems and is required for host migration to work.
HostMigrationConfig
Configuration that can be tune the behaviour of certain internal systems within the host migration feature.
HostMigrationInProgress
This component will be present for the duration of a host migration. It can be used when certain systems or operations should run or not run according to host migration state.
HostMigrationStats
Statistics for a running host migration system on the host.
IsMigrated
This tag is added to ghost entities on the new server when they have been respawned after a host migration.