sqlite-unity-plugin icon indicating copy to clipboard operation
sqlite-unity-plugin copied to clipboard

SQLite plugin for Unity3D Android and iOS build

Results 6 sqlite-unity-plugin issues
Sort by recently updated
recently updated
newest added

There is a libsqlite3.so file for armeabi-v7a. Could it be possible to get the libsqlite3.so for arm64-v8a please? Thank you

I implemented your plugin in my unity game. I am using x86 build of my game. It shows error: **EntryPointNotFoundException: sqlite3_key** **Mono.Data.Sqlite.SQLite3.SetPassword (System.Byte[] passwordBytes) (at :0) Mono.Data.Sqlite.SqliteConnection.Open () (at :0)**...

When i import the plugin folder into my assets Folder i've got 4 instances of this error: error CS1703: Multiple assemblies with equivalent identity have been imported: 'C:\---\---\---\---\Assets\Plugins\System.Data.dll' and 'C:\Program...

I am going through the walkthrough on medium.com but I run into this error when I build the solution: `CS0433: The type 'IDbConnection' exists in both 'System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'...

I use the plugin for both android and ios build. I have no crashes on android but i have crashes on ios as you can see on attached screenshot. ![ac95eac5-0164-412a-a3d0-473a4fc7d375](https://user-images.githubusercontent.com/12845574/61026745-e43ea280-a3bc-11e9-8aca-a9f9042090bb.jpg)

Hey I don't know if I am doing this correctly. Can someone check it, because I am unable to read my sqlite file on Android. It work on Windows. I...