Is there a way to detect, if a game has been launched for the very first time?
Background: Our game should reload an autosaved game state on every launch, on the first launch the game state does not exist or is empty, and thus should not be loaded.
What would be a smart way of implementing a first-launch-check in GDevelop, that works after app/electron export?