cgisca / PGSGP

Play Games Services plugin for Godot Game Engine - Android
MIT License
217 stars 61 forks source link

Modify snapshot #49

Open SoloCarryGuy opened 3 years ago

SoloCarryGuy commented 3 years ago

Instead of letting user save and delete snapshots, I want to save a copy of the game data every time user hits save and retrieve it in case the game is uninstalled and re-installed, I found that you can't overwrite snapshot after creating it, you need to modify snapshot. So, is there a way I can modify snapshots with this plug in? Or a way to overwrite the saved snapshot or a way to delete the old snapshot and save a new snapshot?

phil-hudson commented 1 year ago

hey - did you ever find a way to do this? I'm looking at updating snapshot data too