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.

Question Any way to preserve PlayerPrefs between builds?

Discussion in 'Web' started by SoftwareGeezers, Aug 5, 2023.

  1. SoftwareGeezers

    SoftwareGeezers

    Joined:
    Jun 22, 2013
    Posts:
    901
    When I build my WebGL game (yay!) player prefs and so progress are reset. I can reload the build and prefs are maintained between runs, but the build resets the data, a fresh IndexedDB I guess. Is there any where to preserve the same DB file/playerprefs from different builds?