mapbox-unity-sdk icon indicating copy to clipboard operation
mapbox-unity-sdk copied to clipboard

Version of sqlite3.dll

Open realli opened this issue 4 years ago • 3 comments

We got "sqlite3.dll not found" error in some computer, and i know install .net framework 3.5 is a workaround, But we do not want to instruct our users to install.

And I just tried replace the dll with the sqlite.dll downloaded from https://sqlite.org/download.html. It just work. And I want to know which version sqlite3.dll you are using, so I can check if the replacing have other problem. Thanks

realli avatar Dec 02 '21 01:12 realli

I would be very interested if this fixes the sqlite3.ddl issue. Right now I am also asking users to do the .net workaround.

Do I understand that you simply replaced the sqlite3.dll in the CoreScripts folder with the one you DLed from sqlite.org? Did that create other issue for you?

liquidbuddha avatar Jan 29 '22 15:01 liquidbuddha

Yes, I replace the sqlite3.dll in the Core/Plugins/sqlite folder with the dll i downloaded from sqlite.org. I used the Precompiled Binaries for Windows one. Seems like everything just work, but i am not sure. MapBox maybe use the .net framework version, which need the .net framework been installed.

realli avatar Feb 09 '22 03:02 realli