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

SQLite4Unity3d in VR environment doesn't seem to work? #127

Open
BNUZ-HuSir opened this issue Dec 11, 2023 · 1 comment
Open

SQLite4Unity3d in VR environment doesn't seem to work? #127

BNUZ-HuSir opened this issue Dec 11, 2023 · 1 comment

Comments

@BNUZ-HuSir
Copy link

I was able to create databases and tables in PICO 4, but I can't seem to write table data, is this true?
My write code is this method: connectionSQL.Insert

image

@aregaz
Copy link

aregaz commented Apr 1, 2024

Any luck finding the reason for your problem?

The first thing I would check is the database names. I would use only ASCII-compatible symbols (English characters, numbers, and some special characters) for the database and table names.

Also, I would suggest checking the raw logcat logs for any related error messages (assuming the Pico4 has an Android-like OS).

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