PlayersPrefs Editor and Utilities

FREE
Publisher Sabresaurus Ltd
File size 48.42kB
Number of files 5
Latest version 1.1.0
Latest release date 2017-05-02 10:30:36
First release date 2014-12-26 07:25:16
Supported Unity versions 2018.4.2 or higher
PlayerPrefs Editor & Utilities provide an easy way to see what PlayerPrefs your game is using and change them at run-time. It also includes encryption support to protect your player prefs from casual hacking and has additional support for more data types.

Editor features include:
- list all active PlayerPrefs
- search for PlayerPrefs to refine results
- change PlayerPref values at run-time
- add new PlayerPrefs
- delete PlayerPrefs
- quick delete all button
- supports working with the encryption features added in the utilities

Utilities features include:
- set and get the built in PlayerPref types using an encryption layer - plain text values are transparently converted to encryption so that the PlayerPrefs are protected in the device data stores
- set and get Enum values
- set and get DateTime values
- set and get TimeSpan values
- set and get Bool values