Publisher | elpapag |
---|---|
File size | 412.17kB |
Number of files | 22 |
Latest version | 1.2.0 |
Latest release date | 2020-12-14 09:38:44 |
First release date | 2020-12-11 12:48:12 |
Supported Unity versions | 2018.4.2 or higher |
~Easily manage your PlayerPrefs variables using PlayerPrefs Tool~
-Modify PlayerPrefs values with only 1 line of code. "PlayerPrefsVariables.SampleInt = 3" no need to call PlayerPrefs.Save();
-View all PlayerPrefs variables using intellisense.
-PlayerPrefs Tool is secure and Encrypted.
-Has an event that trigger if cheaters manipulated your data. see documentation example or screenshot.
-No need to memorize names off all created PlayerPrefs keys.
-You can view or modify all in the editor.
-You can create event actions on your PlayerPrefs variables when values are changed.
-Event action trigger when changes occur on PlayerPrefs variables.
-See current value stored on your PlayerPrefs