Acces all SaveState actions/conditions

GDevelop documentation for the SaveState feature lists actions and conditions that allow you to delete a save, display a list of existing saves, check if a save exists and so on:

But the engine itself doesn’t have any of the things mentioned - only basic actions for saving/loading and profile configuration. What am I doing wrong, and how can I access all of the actions mentioned in the documentation?

Do you have a manage saves folder? This is from the current online version. If not, maybe you need to update or reinstall.

That’s very strange. I have the same version that’s available online on the site (5.6.272) , but i have none of that, only save/load/configuration.

is it different in desktop versus browser?

Yes, browser version has all the features, while desktop shows only whats on the attached screenshot.

I think this is because my GDevelop desktop app is essentially running offline due to restrictions on foreign services in my country - even the engine’s home page won’t load. However, this doesn’t hinder my work at all, except that I have to download extensions directly from GitHub instead of through the engine itself.

It’s just strange that an internet connection is required for this specific set of features - if that is indeed the case.

This doesn’t appear an intentional restriction. I’m in the US and I also don’t see those actions on the desktop version vs the web version. I’m doing some checking before I throw this into a github issue.

Thanks, I hope it’s just a bug.

Not a bug, the web version just has some commits from the github ahead of the current actual version bump.

Looks like those changes will be available in the next version once it’s released.

Thanks to Davy for the heads up.