SQLiteUnityKit icon indicating copy to clipboard operation
SQLiteUnityKit copied to clipboard

Using it for WebPlayer

Open arol opened this issue 11 years ago • 1 comments

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!

arol avatar Jul 10 '14 15:07 arol

Unfortunately no. This is because the web player doesn't support native code (for obvious security reasons).

GoogleBot42 avatar Jul 10 '14 22:07 GoogleBot42