Game Loading Screens
Last updated
Last updated
You can customize what users see while your game is downloading and loading. These also show up when users transport to different servers within your game.
The image marked default will be the image shown unless you specify a different image via TS Code.
Use the Image ID to set an image during server transports:
const config: AirshipGameTransferConfig = {
loadingScreenImageId: "123123123123",
}
Platform.Server.Transfer.TransferToServer(player, serverId, config);
For more information on server transfers see the Platform Server Transfers page