hi i’m using sqlite3 for save and load my datas.
I used it on android app only, but now i try to change my app build on pc (standalone).
sqlite3 works well on android and unity editor. but no works on pc - standalone.
i think it’s never about path problem, - cause i copy the db file from streaming folder, and it copy well, i debugged and checked the path by text and it was correct… i don’t know what is problem that i can’t reach on db file! can somebody help…? i’m work on unity 5.6.3p1 / (window 10. and .net 2.0…?)
------------------------------------------add
System.DllNotFoundException: sqlite3
at (wrapper managed-to-native) Mono.Data.Sqlite.UnsafeNativeMethods:sqlite3_open_v2 (byte[ ],intptr&,int,intptr)
at Mono.Data.Sqlite.SQLite3.Open (System.String strFilename, SQLiteOpenFlagsEnum flags, Int32 maxPoolSize, Boolean usePool) [0x00000] in :0
at Mono.Data.Sqlite.SqliteConnection.Open () [0x00000] in :0