A downloadable tool

Hey guys. 🙂
 
We released our Ultimate PlayerPrefs in the Unity Asset Store and we think that it could be useful to you.
 
The PlayerPrefs are Unity’s very basic solution for saving simple data of the types string, int and float in a key based datatable. Since there is no built-in viewer or editor in Unity to manage your stored data and we have not found another editor that meets our needs in the Asset Store we decided to develop this editor.




A major requirement was, not to replace the normal way how the PlayPrefs work but to provide additional functionalities. Furthermore you can add this tool to existing projects and decide yourself how deep you want to integrate it to your code. Vice versa you can remove the UPP at every time from your project without harming your PlayerPrefs entries if you don’t want to use it anymore.

How it works
Ultimate PlayerPrefs wraps the PlayerPrefs entries with its own PlayerPrefs-Items. An item works as an interface, handles the PlayerPrefs entry and provides various handy functionalities. As there are three data types of PlayerPref entries (string, int and float) there are also three types of UPP items – one for each data type.
 
Get Ultimate PlayerPrefs at the Unity Asset Store.

We hope you like it! It would be great if you could leave a review at the Asset Store after trying our tool.

Leave a comment

Log in with itch.io to leave a comment.