Unity Extension: Ultimate PlayerPrefs

Comfortable extension with additional functions and intuitive UI for Unitys PlayerPref System

by Swarly

Advertisement

Introduction

Welcome to the Ultimate PlayPrefs! This handy tool will provide you a lot of practical functions to manage and oversee values stored in the PlayerPrefs.

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 PlayerPrefsItems. 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.

Highlights

  • Efficient and secure data handling
  • Easy integrable into existing projects
  • Intuitive and clean UI
  • Pinning favorites
  • Searching and filtering
  • Edit values and default values
  • Use multiple data types like Vectors, Lists, Dictionaries, JSON Objects and much more
  • Organize items in groups
  • Anti cheating protection via data encrypton
  • Handy „Ready-to-go“-Components

You can download it directly from the Unity Asset Store!

Thank you for your support!

Last updated June 01, 2021
Status
Released
Platforms
Engine
Unity
Release Date
March 12, 2021
Advertisement