Description
This plugin adds support for data exchange between BGDatabase and SQLite database in Unity Editor.
Setup
- Download and install this plugin
-
If you want to use SQLite, you probably already have sqlite.dll added to your project. If not, download sqlite3.dll for your OS and add it to your project. Make sure sqlite3.dll targets at least Unity Editor
If you do not add sqlite3.dll, a DllNotFoundException will be thrown when you try to connect to a SQLite database
- Follow this guide to create a SQLite data source and job for data exchange
- Read this guide to learn about the available operations ofr SQLite database
Downloads
Click to see all releases
Release date | Download |
---|---|
Oct 12, 2025 | version 1.0 |