PlayerPrefs Pro
earrgames
$4.99
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
11/28(2018) |
4.99 |
11/20(2024) |
4.99 |
Jump AssetStore
PlayerPrefs Pro is a hassle-free automatic data encryptor which is used the same way as Unity's PlayerPrefs.
It supports all the PlayerPrefs class methods, additionally allowing you to:
• Automatically encrypt keys data.
• Export and Import keys as local files (Subdirectories supported), specifying which keys to store in each case.
• Store up to 22 different data types, such as vectors, arrays and matrices.
• Hacking detection and management: Custom behaviours can be executed when a file or runtime hack is detected.
To use it, replacing "PlayerPrefs" with "PlayerPrefsPro" in your scripts is all you need to do. That's it.
Documentation | Contact
Demo scenes were included in the asset.
Please be aware that the encryption process might result on local files or registry values of considerable size, this is not usually a problem with a regular save system (IE. scoreboards, lists of achievements, overall progress, etc.), but if used to store large volumes of data such as saving data of a procedurally generated world, it will cause hiccups while the information is being written to the hard disk. In such cases, we included a set of coroutines to display a "loading/saving" dialogue. More information about this can be read in the documentation.
NOTES:
• This is not an editor extension, the initial setup must be done inside the main file only once. We assume you have a basic understanding of the Unity's PlayerPrefs class.
• PlayerPrefs Pro can be used along Unity's playerPrefs, but it can only [Get] keys which were [Set] by PlayerPrefsPro, this way you can encrypt only the sensitive information and store everything else the regular way. This is the intended use of this asset.
• Tested on unity 5 and later.
• Tested on Windows and Android.