Hi guys i have a problem on connecting to sqlite database after building my standalone game on windows, it works fine when i play it in editor. I don't know how to fix it since I am new in using sqlite in unity. Any suggestions will help. thanks.
BTW here is my sample code
Cant connect to sqlite database after building
BTW here is my sample code
Code (CSharp):
- _path = "URI=file:";
- _path += @"/Assets/WordsDB/Words.sqdb";