You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: