Sabresaurus Ltd 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