On Windows, PlayerPrefs are stored in the registry under HKCU\Software\[company name]\[product name] key, where company and product names are the names set up in Project Settings. On Linux, PlayerPrefs can be found in ~/.
People also ask
Where to find player prefs in Unity?

PlayerPrefs (Stores and accesses player preferences between game sessions):

On macOS PlayerPrefs are stored in ~/Library/Preferences folder, in a file named unity.[company name].[product name].plist. ...
On Windows, PlayerPrefs are stored in the registry under HKCU\Software\[company name]\[product name]
Where does PlayerPrefs store data?
Android: PlayerPrefs uses SharedPreferences . The data is saved in an XML file in the app's private folder, located at /data/data/pkg-name/shared_prefs/pkg-name. xml , where pkg-name is your application's package name. iOS: PlayerPrefs data is stored in NSUserDefaults and is backed by a .
How do I change the location of PlayerPrefs in unity?
You can't , PlayerPrefs is platform dependent and it's not a fixed location/format for everything. If you want control over your save , the recommended way is you create your own file in Application. persistentDataPath and manage accessing/creating/removing it through some static API class to get similar features.
Where are Unity preferences stored?
On Windows, EditorPrefs are stored in the registry under the HKCU\Software\Unity Technologies\Unity Editor 5. x key. On Linux, EditorPrefs are stored in ~/. local/share/unity3d/prefs .
Feb 24, 2021 · Stores and accesses player preferences between game sessions. ... On macOS PlayerPrefs are stored in ~/Library/Preferences folder, in a file named ...
Jan 31, 2021 · On Windows, PlayerPrefs are stored in the registry under HKCU\Software\[company name]\[product name] key, where company and product names are ...
Jul 15, 2020 · Open regedit by pressing the Windows key and typing 'regedit', then pressing ENTER. · Browse to 'HKEY_CURRENT_USER\SOFTWARE\Unity\UnityEditor\ ...
Missing: search | Show results with:search
Sep 8, 2010 · On Windows it's saved in the registry at HKEY_CURRENT_USER/Software/Unity/UnityEditor//. On Mac it's saved in the file ~/Library/Preferences/ ...
Apr 21, 2018 · Storage locations are mentioned in the Unity docs. On Android data is stored (persisted) on the device. The data is saved in SharedPreferences. ...
Jul 12, 2010 · On Web players, PlayerPrefs are stored in binary files under %APPDATA%\Unity\WebPlayerPrefs on Windows.
Jul 16, 2012 · "On Mac OS X PlayerPrefs are stored in ~/Library/Preferences folder, in a file named unity.[company name].[product name].plist, where company ...
macOS: PlayerPrefs are stored in ~/Library/Preferences/folder , the folder being named as the reverse DNS style bundle identifier ( com. company. product ).
Missing: search | Show results with:search