jamesmontemagno / monkey-cache

Easily cache any data structure for a specific amount of time in any .NET application.
MIT License
667 stars 106 forks source link

Compatibility SQLite with unity android client #128

Open chockslam opened 1 year ago

chockslam commented 1 year ago

So MonkeyCache works fine when I launch a unity client on my PC, however when I am launching an android build on my device, I am getting DllNotFoundException: Unable to load DLL 'e_sqlite3'. Tried to load the following dynamic libraries: Unable to load dynamic library 'e_sqlite3' because of 'Failed to open the requested dynamic library'.... when the SetProvider method is used.

image
jamesmontemagno commented 4 months ago

May need to add in sqlitepclraw https://www.nuget.org/packages/SQLitePCLRaw.bundle_green/