# Persistent Variables Create a variable that automatically loads/saves to some persistent storage such as player prefs. This will be very handy for quick ## Refs - [Unity Docs - PlayerPrefs](https://docs.unity3d.com/6000.3/Documentation/ScriptReference/PlayerPrefs.html) - [Platform Toolkit](https://docs.unity3d.com/Packages/com.unity.platformtoolkit@1.0/manual/index.html) -> extra extension package
Persistent Variables
Create a variable that automatically loads/saves to some persistent storage such as player prefs.
This will be very handy for quick
Refs