Hi! I’ve been searching a valid solution for my database problem. I’m developing a game that uses a SQLite database, but I don’t know how to connect or interact with the database without getting the paid version (I’m using the indie version of Unity 4) or getting a paid asset. Is there a valid and free way to use SQLite in Unity 4 on Android, WebPlayer and iOS? Please, I don’t want paid assets.
Read this link, it seems other people have encountered this and some answers maybe here:
This works for iOS, android and windows phone https://github.com/codecoding/SQLite4Unity3d . I didn’t test it in web player.
SQLite Database plugin is here, its very easy to use for your requirement.
If you have any query then write me.
If you’re interested, I’ve developed a plugin that has all the connections sorted out, for all platforms, and it also makes database integration extremely simple, since it allows you to store and retrieve data without writing queries.
Case you want to check it out, here’s the link to the asset store page: