I have simple method in Unity project: private SQLiteConnection CreateDatabase() { var db = new SQLiteConnection(Path.Combine(Application.persistentDataPath, "Cache ...