- Home /
Better way to create a High Score database
I´m making this game on IOS, and i need to create a high score database. Whats the better way to store the points of the user , via SQLite?
This question really isn't Unity related. Once you identify what your tables and queries for the database are, and how you want to set up the web service to access the database, it really doesn't matter whether you're using Unity or any other engine - it's entirely a database question. Hopefully someone with database experience can help you, but this isn't really a question for these forums.
Answer by arkon · Jun 08, 2012 at 04:25 AM
If you mean to store the values locally on the IOS device, just store them in Player.Prefs. If you need them across all players then store them on Game Centre (either use Prime31 plugin or the new Social framework in unity)
Your answer
Follow this Question
Related Questions
database access in IOS 0 Answers
Best Way To Store Credentials and Data Online? 1 Answer
mobile universal SQLite connection 0 Answers
sqlite plugin anomalies on ios 0 Answers