gilzoide / unity-sqlite-asset-csv

Easily import ".csv" files as read-only SQLite database assets in Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQLite Asset - CSV

openupm

Easily import ".csv" files as read-only SQLite database assets.

Features

  • 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.

Dependencies

How to install

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 or Packages folder.

About

Easily import ".csv" files as read-only SQLite database assets in Unity

License:The Unlicense


Languages

Language:C# 100.0%