Question by
fabiophillip · Jul 12, 2016 at 04:37 PM ·
sqlitehtml5
using SQLite in build of a html5 project? where to put the .db file?
Hi, I'm developing a game for web(html5) which connects to a SQLite 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 read the database. Can anyone help me with this problem? Where should I put my .db file?
Comment
Your answer

Follow this Question
Related Questions
Sql like db asset to load sql queries from files and use db in memory. 0 Answers
How to solve error CS0433? 1 Answer
Didn't loading facebook instant game 0 Answers
Sqlite3 and Cyanogen 0 Answers