×
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
Jan 31, 2021 · On macOS, EditorPrefs are stored in ~/Library/Preferences/com.unity3d.UnityEditor5.x.plist . · On Windows, EditorPrefs are stored in the registry ...
Feb 24, 2021 · Editor/Standalone On macOS PlayerPrefs are stored in ~/Library/Preferences folder, in a file named unity.[company name].
Missing: search | Show results with:search
Jul 15, 2020 · Browse to 'HKEY_CURRENT_USER\SOFTWARE\Unity\UnityEditor\CompanyName\ProjectName', where CompanyName and ProjectName are replaced with whatever ...
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/ ...
Jul 16, 2012 · The PlayerPrefs are stored in `~/Library/Preferences/unity.[company name].[product name].plist`. Your own home folder is located normally at: `/ ...
Jul 12, 2010 · On Windows standalone players, PlayerPrefs are stored in the registry under HKCU\Software[company name][product name] key, where company and ...
May 4, 2015 · On Mac OS X PlayerPrefs are stored in ~/Library/Preferences folder, in a file named unity.[company name].[product name].plist, where company and ...
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. ...