Simple question, maybe not simple answer.
I want to set up an autosave system for my mobile game in the event the user accidentally exits before they mean to or at the very least when they exit it saves their current data without needing to click a "save" button.
Upon returning to the game from a cold start I would also like the game to check for saved data and allow the user to "continue" if they wish.
Is this easily done? I have a hard time exporting and testing on my Android device so I'm trying to cut down the work time be asking here instead.
Thank you!