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.