「Unity/sqlite」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==sqlliteライブラリ本体DL== git clone https://github.com/Busta117/SQLiteUnityKit.git」) |
|||
| 行1: | 行1: | ||
==sqlliteライブラリ本体DL== | ==sqlliteライブラリ本体DL== | ||
| − | git clone https://github.com/Busta117/SQLiteUnityKit.git | + | Sqliteを入れたいUnityプロジェクトのAssetsの下で実行 |
| + | git clone https://github.com/Busta117/SQLiteUnityKit.git | ||
| + | |||
| + | |||
| + | ==参考== | ||
| + | https://qiita.com/hiroyuki7/items/5335e391c9ed397aee50 | ||
2019年2月27日 (水) 22:07時点における版
sqlliteライブラリ本体DL
Sqliteを入れたいUnityプロジェクトのAssetsの下で実行
git clone https://github.com/Busta117/SQLiteUnityKit.git
