Save()
Saves all modified preferences.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static void Save()
Remarks
Unity saves preferences automatically during OnApplicationQuit(). On the Universal Windows Platform, Unity writes preferences during application suspend. For information on the storage location, see PlayerPrefs.
Note: Since writing the PlayerPrefs can cause hiccups, it is recommended to not call this function during gameplay.