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.
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.
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
Exploring Talo’s new Caddy self-hosting template
A breakdown of Talo’s latest Caddy-based self-hosting option, plus a look at other self-hosting templates available for your game.
Changelog: group updates + new Godot game save demo
All the highlights from Talo’s October 2024 releases across the dashboard, backend, Godot plugin and Unity package.
How to see live online player counts in your Godot game
Have you ever wondered how many players are current playing your Godot game? Talo makes it easy to find out using player groups.
How to load and save game state using Godot
A quick and easy example of how to use Talo Game Saves to handle saving and loading scenes in your Godot game even when players are offline.