Host migration
Note
Host migration is an experimental feature so the API and implementation can change in the future. By default it's not exposed, enable it by adding the ENABLE_HOST_MIGRATION
define in the Scripting Define Symbols in the Player tab of the project settings.
Use host migration in your project to allow a client hosted networking experience to continue after the loss of the host.
You can use host migration to manage a variety of voluntary and involuntary interruptions, including network disconnections, power failures, or the host exiting the application.
Topic | Description |
---|---|
Introduction to host migration | Understand the basics of host migration in Netcode for Entities and whether it might be suitable for your project. |
Host migration API and components | Understand the host migration API, components, and component options. |
Add host migration to your project | Understand the requirements, systems, and integrations involved in adding host migration to your project. |
Limitations and known issues | Understand the limitations and known issues with host migration to implement it most effectively in your project. |