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.