15/11/01 16:06:26.34 AVzVJTSk.net
失礼、readmeに書いてあったわ
How to Use:
SqliteDatabase sqlDB = new SqliteDatabase(“config.db”); string query = “INSERT INTO User(UserName) VALUES( ‘Santiago’)”; sqlDB.ExecuteNonQuery(query);
IMPORTANT:
the file “config.db” is necessary exist in the “StreamingAssets” folder.
If this folder does not exist create it in the root folder of your Unity project.
URLリンク(github.com)