On IOS and Android, when running an app, the user can press a home button or something similar anytime. Usually you will need to save your game data during this time because the OS at any point could kill your app after this, and you will need a way to restore it. Where is this event in Unity?
↧