Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using it for WebPlayer #4

Open
arol opened this issue Jul 10, 2014 · 1 comment
Open

Using it for WebPlayer #4

arol opened this issue Jul 10, 2014 · 1 comment

Comments

@arol
Copy link

arol commented Jul 10, 2014

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!

@GoogleBot42
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants