I'm developing a game for web(html5) which connects to a sqlLite database to access the game's questions(which I learned in here: http://answers.unity3d.com/questions/743400/database-sqlite-setup-for-unity.html). the database in question is located in a .db file located inside the Assets folder of my project. When I run it in unity, it connects to the database just right and exctracts the questions. When I build the game, it doesn't. can anyone help me with this problem? Where should I put my .db file?
↧