netpyoung / SqlCipher4Unity3D

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

64bit unity editor, sqlcipher.dll error #2

Closed zobyzo closed 7 years ago

zobyzo commented 7 years ago

error, in 64bit unity editor. x64 sqlcipher.dll fix plz.

netpyoung commented 7 years ago

yes i will help you could you describe your situation? ex) reproduce process, your unity version, os, etc ...

zobyzo commented 7 years ago

window10, error on unity editor mode 5.5.2f1(64bit). unity editor mode 5.5.2f1(32bit) work fine.

netpyoung commented 7 years ago

I think it caused by lack of dependency of sqlcipher.dll. sqlcipher need libeay32.dll. so i upload libeay32.dll on my project, try again.

zobyzo commented 7 years ago

yes. thank you.