Quantcast
Channel: Answers for "How can I use SQLite with Unity 3 and iOS Basic?"
Viewing all articles
Browse latest Browse all 10

Answer by busta-gara

$
0
0
hi, you can use this code its easy to use and its free for your individual use, use example: SqliteDatabase sqlDB = new SqliteDatabase(“config.db”); string query = “INSERT INTO User(UserName) VALUES( ‘Santiago’)”; sqlDB.ExecuteNonQuery(query); its so easy… the file “config.db” is necessary exist in the “StreamingAssets” folder i hate the people who sell this things in the assets store, something easy like this… we need more open sources users :) link --- > [click here to download][1] link --- > [GitHub Repository][2] works on iOS, MAC OSX, Windows, i dont sure if works on web and android, if you test in that OS tell me the result.. thanks [1]: https://github.com/Busta117/SQLiteUnityKit/archive/master.zip [2]: https://github.com/Busta117/SQLiteUnityKit/

Viewing all articles
Browse latest Browse all 10

Latest Images

Trending Articles





Latest Images