I am trying to read from an SQLite database in Unity. I've tried a fair few of the methods available online. At the moment I am trying to use the method found here: https://forum.unity3d.com/threads/tutorial-how-to-integrate-sqlite-in-c.192282/
I am currently using Unity 5.5, whenever I try to open the database (db.open()) it simply skips everything past it. Whenever I put a try and catch around it I get - 'System.ArgumentException: Invalid CoectionString format for parameter'
I have tried using datasource= instead of URI: and it still seems to not work.
Any help at all work be greatly appreciated. Thank you.
