Easily import ".csv" files as read-only SQLite database assets.
- Import CSV files as SQLite database assets by changing the importer to
Gilzoide.SqliteAsset.Csv.SqliteAssetCsvImporter
in the Inspector. SQLiteConnection.ImportCsvToTable
extension method for importing a CSV data stream as a new table inside the database.
- SQLite-net: library for managing SQLite databases
- SQLite Asset: read-only SQLite database assets for Unity
Either:
- Use the openupm registry and install this package using the openupm-cli:
openupm add com.gilzoide.sqlite-asset.csv
- Install using the Unity Package Manager with the following URL:
https://github.com/gilzoide/unity-sqlite-asset-csv.git#1.0.0-preview2
- Clone this repository or download a snapshot of it directly inside your project's
Assets
orPackages
folder.