Triboot

Our Unity Extension: Ultimate PlayerPrefs

Recommended Posts

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: https://assetstore.unity.com/.../ultimate-playerprefs-189597
 
You can also find videos regarding our tool on our Youtube Channel: https://youtu.be/XI7AAZ6caFA
 
We hope you like it!
 
 

ultimate-playerprefs-store-cover.jpg

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now