Account Migrations List is a component that only works in user space. It checks the current Migrations being ran by the cloud and gives a running count every game update. It shows how many there are total including counts of different statuses the different migrations have.
== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|TotalMigrations|Int|
|TotalMigrations|Int| How many total migrations are currently happening on the cloud right now for the current user.
|WaitingMigrations|Int|
|WaitingMigrations|Int| How many migrations are currently waiting to start on the cloud right now for the current user.
|RunningMigrations|Int|
|RunningMigrations|Int| How many migrations are currently happening on the cloud right now for the current user.
|CompletedMigrations|Int|
|CompletedMigrations|Int| How many completed migrations have happened on the cloud before for the current user.
Account Migrations List component as seen in the Scene Inspector
Account Migrations List is a component that only works in user space. It checks the current Migrations being ran by the cloud and gives a running count every game update. It shows how many there are total including counts of different statuses the different migrations have.