Is there a way to use it with Unity WebPlayer? I don't care if the db is hosted on a server or is added in the bundle.
The problem is that WebPlayer doesn't have permissions to write files, so when it's loaded it can't copy the file. Then sqlite3_open needs the local path, and fails if url is passed.
Is there a way to use it with Unity WebPlayer? I don't care if the db is hosted on a server or is added in the bundle.
The problem is that WebPlayer doesn't have permissions to write files, so when it's loaded it can't copy the file. Then
sqlite3_open
needs the local path, and fails if url is passed.How can I do it?
Thank you for this awesome library!