Save a variable value in PlayerPrefs. You can load the value later with PlayerPrefs Load Variable.
NOTE: You cannot save references to Scene Objects in PlayerPrefs!
Key
Case sensitive key.
Variable
The variable to save.
Load/Save Variable actions are a little more expensive than native actions, so when saving Float, Int, or String variables use the Get/Set actions instead.