if smartphone closes app while it's minimized, restore scene on resume

If im playing an app game scene but then i minimize it OnApplicationPause. Then the phone closes the app to free up memory. Then i open the app again, the app restarts completely.

Is there a good plugin that can save the scene OnApplicationPause so when i open the app again, i can restore the exact scene as it was when i minimized?

Check out EasySave. Probly best to send an email stating your concerns but i am almost sure it has that feature. Its on sale too [September, 17, 2015].

This will be nearly impossible if you have things like Coroutines running with internal state. I am pretty sure it is impossible to serialize a coroutine? Please some correct me if I am wrong though.

i have it but didn’t see anything regarding saving a whole scene. sounds complicated…

im sure some plugins i use may have coroutines…