Search Unity

PlayerPrefs location

Discussion in 'Documentation' started by n8parks, Dec 1, 2017.

  1. n8parks

    n8parks

    Joined:
    Dec 1, 2017
    Posts:
    7
    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!
     
  2. Mauri

    Mauri

    Joined:
    Dec 9, 2010
    Posts:
    2,665
    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.
     
  3. n8parks

    n8parks

    Joined:
    Dec 1, 2017
    Posts:
    7
    Thank you!