SqlCipher4Unity3D
SqlCipher4Unity3D copied to clipboard
DllNotFound in Unity Editor
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:
Any idea about what could be going on?
Thanks!
O.S: Ubuntu 22.04 (LTS) Unity Editor: 2021.3.11f1 (LTS)
Well, I have fixed it simply enabling "Load on startup" for these libraries:
SqlCipher4Unity3D/Plugins/x64/libcrypto SqlCipher4Unity3D/Plugins/x64/libsqlcipher
still having this error on windows