Hi guys!
Does anyone know how to get Sqlite4Unity3d to work with Android? I followed the instructions to the letter but my database fails to appear on my android device. First, I put the Plugins folder in the Assets folder. Then I put the SQLite.cs script in the Scripts folder. My database file is in the StreamingAssets folder. That’s all that robertohuertasm suggests doing on his Github page (GitHub - robertohuertasm/SQLite4Unity3d: SQLite made easy for Unity3d).
Is there something obvious I’m missing? Thanks for any help!