PlayerPrefs location

Hello,

I am wondering if this is still accurate?

“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.”

I am unable to locate them in storage but my data is being saved. I also cant find it in the other similar topic answers.

Thanks!

It is and they should be there. You can save them with code via PlayerPrefs.Save, but usually they will be saved when exiting a game.

Thank you!