robertohuertasm / SQLite4Unity3d

SQLite made easy for Unity3d
MIT License
1.27k stars 265 forks source link

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

Open BNUZ-HuSir opened 8 months ago

BNUZ-HuSir commented 8 months ago

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 commented 4 months ago

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