I can't find Playerpref anywhere. Can someone comment on where it is located for windows? THANKS =]
I just upgraded to Unity 5.5 and the PlayerPref are now located in:
HKEY_CURRENT_USER/SOFTWARE/Unity/UnityEditor/CompanyName/ProjectName
I asked a friend and he told me how to get to it and it works:
click start, type "regedit" and open it
go into HKEY_CURRENT_USER
then Software, etc as the original one states.
http://unity3d.com/support/documentation/ScriptReference/PlayerPrefs.html
On Windows standalone players, 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 Web players, PlayerPrefs are stored in binary files under %APPDATA%\Unity\WebPlayerPrefs on Windows.
Now on Unity 5 it save on:
HKEY_CURRENT_USER/Software/AppDataLow/CompanyName/YourAppName.
After searching for half an hour, finally found a working solution of visualising all Player Prefs in Unity. It’s free and works for me, maybe your needs will also be met: PlayersPrefs Editor and Utilities | Tools | Unity Asset Store