Talo logoDocsBlogGitHub
Back to blog

Introducing Talo Continuity

2 min read
Introducing Talo Continuity

TL;DR

  • What's new? Continuity is a new resilience layer for keeping your game data in sync when Talo can't be reached.
  • What's changed? Continuity ensures that your game can continue to function even when there are network issues or Talo is temporarily unavailable.

Continuity is here!

Talo Continuity is a resilience layer to keep your game and data in sync when Talo can't be reached. Continuity ensures that your game can continue to function even when there are network issues or Talo is temporarily unavailable.

How does it work?

Continuity is a simple cache that automatically runs in the background. When Talo is available and your player is online, your game will run as normal. When Talo is unavailable or your player is offline, Continuity will store your data locally and sync it with Talo when a network connection is re-established. Your game will be able to run as normal and you won't have to manually catch and handle network errors.

Talo will keep track of when the request was originally made and will ensure timestamps are correctly reflected in your data. This means that your data is always kept accurate and up-to-date.

Configuring Continuity

We've made Continuity easy to configure: you can enable or disable Continuity based on what makes sense for your game.

It's also really easy to see Continuity in action. You can simulate network connectivity issues by toggling the Offline Mode and Continuity options in the sample scenes available in our Unity package and Godot plugin.

Continuity logs in the Godot editor

Now available in the Talo Godot plugin

Continuity is now available in the Talo Godot plugin (version 0.6.0). You can download the latest version of the plugin from the Godot Asset Library. You can also download the plugin directly from our itch.io page.

We're currently working on adding Continuity to the Talo Unity package and we'll be releasing an update (including some other big improvements) very soon.

Join our community

Join us on Discord for all the latest Talo updates, to share your feedback or even just to talk about what you're working on.


TudorWritten by Tudor

Build your game faster with Talo

Don't reinvent the wheel. Integrate leaderboards, stats, event tracking and more in minutes.

Using Talo, you can view and manage your players directly from the dashboard. It's free!

Get started

More from the Talo Blog

Level up your Unity game with Talo Leaderboards
3 min read

Level up your Unity game with Talo Leaderboards

From daily leaderboards to custom properties and filtering, Talo provides the most comprehensive leaderboards for Unity games.

Introducing Talo Channels: real-time messaging for Godot games
5 min read

Introducing Talo Channels: real-time messaging for Godot games

Learn how to implement real-time messaging in your Godot game using Talo Channels. Build chat rooms, notifications and interactive features with just a few lines of code.

Changelog: real-time live config and updating player data
2 min read

Changelog: real-time live config and updating player data

Discover new Talo features: real-time live config updates and the ability to update player stats and leaderboard scores from the dashboard.

2024 Year in review: release highlights from Talo
4 min read

2024 Year in review: release highlights from Talo

A look back at Talo’s biggest updates in 2024, including game feedback, player auth, group functionality and channels.