How to create sqlite database in Unity (c#)? -
i need create sqlite database in unity (c#) android project, can not find required information or tutorials.
i following link http://answers.unity3d.com/questions/743400/database-sqlite-setup-for-unity.html
but error:
failed load 'assets/plugins/sqlite3.dll', expected 64 bit architecture (image_file_machine_amd64), image_file_machine_i386. mono.data.sqlite.sqliteconnection:open() mono.data.sqlite.sqliteconnection:open() failed load 'assets/plugins/sqlite3.dll', expected 64 bit architecture (image_file_machine_amd64), image_file_machine_i386. mono.data.sqlite.sqlite3:open(string, sqliteopenflagsenum, int32, boolean) mono.data.sqlite.sqlite3:open(string, sqliteopenflagsenum, int32, boolean) mono.data.sqlite.sqliteconnection:open() dllnotfoundexception: assets/plugins/sqlite3.dll mono.data.sqlite.sqlite3.open (system.string strfilename, sqliteopenflagsenum flags, int32 maxpoolsize, boolean usepool) mono.data.sqlite.sqliteconnection.open ()
i using unity 5 (free version).
are there free plugins sqlite database ?
please provide me tutorials links if possible.
this error occurs when use 32bit binaries on 64bit system.after searching lot on internet found 64bit binaries +an example project added. can download them here.
Comments
Post a Comment