PlayerPrefs Manager is a Unity editor extension tool that allows you to easily view, edit, create, and delete PlayerPrefs data directly within the Unity Editor. This tool is particularly useful for developers who need to manage game settings, user preferences, and save data during development.
- View all existing PlayerPrefs with their types and values
- Add new PlayerPrefs entries (String, Int, Float)
- Edit existing PlayerPrefs values and types
- Delete individual PlayerPrefs entries
- Delete all PlayerPrefs at once
- Search functionality to filter PlayerPrefs entries
- Option to display raw keys (with Unity's hash suffix)
- Download the latest Unity Package release
- In Unity Editor, go to Assets > Import Package > Custom Package
- Select the downloaded package file
- Make sure all files are selected and click Import
- Clone or download this repository
- Copy the
PlayerPrefsManager.cs
file to theAssets/Editor
folder in your Unity project (create the Editor folder if it doesn't exist)
- In Unity Editor, go to Tools > PlayerPrefsManager
- The window will display all existing PlayerPrefs for your project
- Use the search field to filter entries
- Toggle "Show Raw Keys" to see the hashed versions of keys that Unity uses internally
- Add new entries using the fields at the top of the window
- Edit or delete existing entries using the buttons on each row
This project is licensed under the MIT License - see the LICENSE file for details
Issues and pull requests are welcome. Your contributions will help make this tool better!