Category Archive: SQLite4Unity3d

5月 11

テーブルの存在を確認する方法 SQLite4Unity3d

private SQLiteConnection _connection;   if (_connection.GetTableInfo("User").Count <= 0){ De …

続きを読む »

4月 25

unity3dでsqliteを使う(無料) SQLite4Unity3d

なにかと情報が少なくてちょっと苦労した。 備忘録がてら基本的な関数の使い方とか書いてみる。 GuitHub https://github.com/codecoding/SQLite4Unity3d/ 取り敢えずダウンロー …

続きを読む »