robertohuertasm / SQLite4Unity3d

SQLite made easy for Unity3d
MIT License
1.28k stars 265 forks source link

Failed to load 'sqlite3.dll' on UWP (HoloLens) #65

Closed NickKistner closed 7 years ago

NickKistner commented 7 years ago

I'm trying to get my Unity App running on my HoloLens. In editor everything is working fine. I can even build my solution for UWP. But when i try to start the app on my HoloLens or Emulator it crashes and says: "Failed to load 'sqlite3.dll', expected x86 architecture, but was Unknown architecture. You must recompile your plugin for x86 architecture." Any idea whats wrong?

robertohuertasm commented 7 years ago

Were you able to solve it? Did you need to do something special? I haven't had the opportunity to try hololens yet.