평점 만점의 리뷰가 11,000개 이상
8만 5천명 이상의 리뷰
10만명 이상의 포럼 멤버가 선호하는 에셋
유니티에서 모더레이팅하는 모든 에셋
Player Prefs Security allows you to easily protect game data from dishonest players. Encryption prevents unauthorized data changes. The value and name of the variable is encrypted, and in addition a special security key is created, with which the value before decrypting is compared makes it very difficult to figure out which variable what it means and any modification.
In addition, Player Prefs Security extends the capabilities of Unity and allows you to save a larger group of the most commonly used variable types such as:
• string
• int
• long
• double
• float
• bool
• Vector2
• Vector3
• Quaternion
• Color
• Date Time
• Time Span
There is also an editor window (currently only on Windows, but we work on versions for Mac and Linux. ALL SCRIPTS WORKS ON ALL PLATFORMS, only editor window is on Windows). You can enable them by selecting "Window / Player Prefs Security". In the panel you can find detailed information about the saved data, you can edit it and create new ones. There is also a preview of the standard Player Prefs.
An additional feature of Player Prefs Security is secure getting of the current date and time from the Internet, which effectively prevents cheating during on time tasks and rewards.
Player Prefs Security
