SQLite integration in your games and appsWebsite | User Manual | API | FAQ | Support Forum | Unity ForumPlaymaker scripts can be found hereSimpleSQL helps you integrate database storage into your game or project. Create level map links, store player stats, keep inventory specs, and much more!Please note that SimpleSQL is a local database solution and cannot connect to server databases- Attach SQLite databases to managers in your scene- No need to move files around for mobile devices!- Simple and efficient access to data using customizable classes or write your own SQL statements-Store your data using an ORM structure or simple tables- Optionally use the .NET System.Data library - Works with PC Standalone, Mac Standalone, Linux, iOS and Android- Works on both Unity and Unity Pro- C# Source code included- Works with PlaymakerNote: WP8 and Windows Store is not currently supported due to limitations in Microsoft's smaller .NET implementation. Source code is included, however, so you are free to modify for your project's needsNote: Webplayer / WebGL is not currently supported because file access is required, but webplayer cannot access files due to security restrictions
ゲームとアプリへのSQLiteの統合
Website | User Manual | API | FAQ | Support Forum | Unity Forum
Playmakerスクリプトはここにあります
SimpleSQLは、データベースストレージをゲームまたはプロジェクトに統合するのに役立ちます。レベルマップリンクを作成し、プレーヤーの統計情報を保存し、在庫の仕様を維持し、さらに多くのことを!
SimpleSQLはローカルデータベースソリューションであり、サーバーデータベースに接続できないことに注意してください。
-SQLiteデータベースをシーンのマネージャーに接続する
-モバイルデバイス用にファイルを移動する必要はありません。
-カスタマイズ可能なクラスを使用したデータへのシンプルで効率的なアクセス、または独自のSQLステートメントの記述
-ORM構造または単純なテーブルを使用してデータを保存する
-オプションで.NET System.Dataライブラリを使用する
-PCスタンドアロン、Macスタンドアロン、iOSおよびAndroidで動作
-UnityとUnity Proの両方で動作します
-C#ソースコードが含まれています
-Playmakerと連携
注:WP8およびWindowsストアは、Microsoftの小規模な.NET実装の制限により、現在サポートされていません。ただし、ソースコードが含まれているため、プロジェクトのニーズに合わせて自由に変更できます。
注:ファイルアクセスが必要なため、現在Webplayerはサポートされていませんが、セキュリティ制限のため、Webplayerはファイルにアクセスできません