Pause, save and resume games in Unity3d

Hi:

How to pause, save and resume a game in Unity Iphone.
If there is a sample that would be nice too.

Thank you,

Chepe

One method for pausing is to set Time.timeScale to 0. You can save and resume games using PlayerPrefs.

–Eric