SQLite is a convenient way of implementing a simple database in Unity. Inspired by a javascript plugin (http://wiki.unity3d.com/index.php/SQLite), this plugin is rewritten in C# to implement the same functionalities.
Setup
- Download SQLite. - the ZIP file with the DLL inside that's in the Precompiled Binaries. Mac version has been included in this git.
- Important Copy sqlite3.dll into your into your project's Plugins folder.
- Add in the databaseAccess.cs file into your project.