SQLite4Unity3d icon indicating copy to clipboard operation
SQLite4Unity3d copied to clipboard

SQLite4Unity3d in VR environment doesn't seem to work?

Open BNUZ-HuSir opened this issue 2 years ago • 1 comments

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

BNUZ-HuSir avatar Dec 11 '23 18:12 BNUZ-HuSir

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).

aregaz avatar Apr 01 '24 11:04 aregaz