netpyoung / SqlCipher4Unity3D

💾 SqlCipher made easy for Unity3d
MIT License
163 stars 37 forks source link

DllNotFound in Unity Editor #44

Open DanielTizon opened 1 year ago

DanielTizon commented 1 year ago

Hi @netpyoung,

I am facing a weird error. When I build a linux version, everything works perfectly in standalone. But in Unity Editor, I keep getting this error:

DllNotFoundException: sqlcipher assembly: type: member:(null)

Any idea about what could be going on?

Thanks!

O.S: Ubuntu 22.04 (LTS) Unity Editor: 2021.3.11f1 (LTS)

DanielTizon commented 1 year ago

Well, I have fixed it simply enabling "Load on startup" for these libraries:

SqlCipher4Unity3D/Plugins/x64/libcrypto SqlCipher4Unity3D/Plugins/x64/libsqlcipher

bartutiryakioglu commented 1 year ago

still having this error on windows