To start up with CURD(Create,Update,Read,Delete) operations in unity3D using SQLite. You need to follow few steps: Steps for installing and use sqlite browser: 1.You ...
more-unity-and-data Visualising more data in Unity 3D A further exploration into visualising data in Unity 3D using SQLite. This post won't be the most efficient way to undertake the task; the steps ...
I have simple method in Unity project: private SQLiteConnection CreateDatabase() { var db = new SQLiteConnection(Path.Combine(Application.persistentDataPath, "Cache ...