robertohuertasm / SQLite4Unity3d

SQLite made easy for Unity3d
MIT License
1.27k stars 265 forks source link

Unable to find sqlite3 in 64-bit build #102

Open Pooja-1991 opened 5 years ago

Pooja-1991 commented 5 years ago

Hello, I am trying to make a build for 64 bit support, also i've added the .dll file as mentioned in the sample project. But i am getting error: 2019-08-05 16:37:14.027 20250-20294/? E/Unity: Unable to find sqlite3 2019-08-05 16:37:14.035 20250-20294/? E/Unity: INIT Database Catch error:Unable to load DLL 'sqlite3': The specified module could not be found. Please let me know if i need to reimport the plugin or change any settings.

Scal commented 5 years ago

Try to find dll and in Inspector set mark "Load on startup" and check ur settings its for x64: PaxEvT0 1 0W0Fj8u 1

tpnet commented 4 years ago

@Scal My Unity3D version is 2018.4.12, I "not find Plugin load settings"

manituan commented 3 years ago

Some of our users are having this issue. They're all 64 bit standalone users, although I can't reproduce it locally.