LoginSignup
4
2

More than 3 years have passed since last update.

Unity で SQLite を使う基本的な使い方まとめ

Posted at

Unity で SQLite を使う基本的な使い方まとめ

Unity の更新がはやいのと Android が x64 対策でいろいろと設定方法が変わっているように思いました。
困ったのは、今でも .so ファイル形式をインポートして設定する方法がよく検索にあがることです。

Windows 環境だと .so ファイルをコンパイルして用意するのは、なかなか困難ですが、現在は AAR 形式を公式の SQLite.org からダウンロードして、そのままインポートすれば OK になってました。

記事にまとめたので、ショートカットをメモ。

Android の 64 ビット対策

Unity はビギナーなので、間違いがあったらすいません。(おしえてください)

4
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
2