Publisher | AvoEx |
---|---|
File size | 37.23kB |
Number of files | 13 |
Latest version | 1.0.44 |
Latest release date | 2015-12-02 12:14:21 |
First release date | 2015-07-16 09:07:39 |
Supported Unity versions | 2018.4.2 or higher |
PlayerPrefs GUI editor/encryptor.
insert/edit/delete/encrypt easily with GUI editor.
How to use EncryptPrefs
just use AvoEx.EncryptPrefs instead PlayerPrefs.
- PlayerPrefs.SetString(); -> AvoEx.EncryptPrefs.SetString();
and you can edit with GUI editor.
- Window/EncryptPrefs - PlayerPrefs editor
more informations:
http://avoex.com
watch video tutorial.
http://youtu.be/g4jzSald9Oo
version history
1.0.44
- supporting Window phone 8.
1.0.42
- supporting double, long, bool, short type.
1.0.37
- fixed build error.
1.0.27
- fixed editor refreshing in osx
- added readme.txt
1.0.18
- supporting OSX
1.0.15
- added refresh button to PlayerPrefs editor
- added Example/ExampleAesEncryptor.cs
1.0.14
- fixed delete PrefItem.