Search Unity

Suggested Database for storing Balance/Score over time in iOS and Android

Discussion in 'iOS and tvOS' started by bbro5628, Jan 3, 2021.

  1. bbro5628

    bbro5628

    Joined:
    Dec 25, 2020
    Posts:
    10
    Hello! I was previosuly using SQlite but could not get it to properly implement into iOS. Do you guys have any preferred database for storing (locally so they don't have to be connected to the internet)?
     
  2. JohnnyFactor

    JohnnyFactor

    Joined:
    May 18, 2018
    Posts:
    343
    Easy Save 3 from the asset store. I used it for score, achievement tracking and user settings. It uses key pairs in flat text files so it may not work for you if your db is large.