【Unity】バックグラウンドから復帰時の挙動について

void OnApplicationPause(bool pauseStatus) { if(pauseStatus) { // アプリがバックグラウンドへ移行 } else { // バックグラウンから復帰 } }