Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/csv.git

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **SQLite Asset - CSV** to your Unity project via Package Manager:

1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/csv.git
```

[![pkglnk](https://www.pkglnk.dev/badge/csv.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/csv)

Dependencies (2)

README

SQLite Asset - CSV

openupm

Warning: this package is deprecated, since SQLite-net incorporated the functionality of this package.

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.

Comments

No comments yet. Be the first!