Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

PlayerPrefs location

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

  1. n8parks

    n8parks

    Joined:
    Dec 1, 2017
    Posts:
    4
    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,652
    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:
    4
    Thank you!