/ZBase.Csv-Reader

Primary LanguageC#MIT LicenseMIT

Csv-Reader

license

Table of Contents

Details

Overview

Features

  • You can easy to read your csv and convert them to ScriptableObject without any effort.
  • Overview your csv data structure in editor mode
  • Auto update csv data when any files change
  • ...

Demo

  • Read samples to understand how to use package

Breaking changes in this fork

  • Require Unity 2021.3 or higher.
  • Many improvements on various places.
  • Many refactoring regarding class hierarchy.
  • ⚠️ The README might be out-of-date.

Setup

Requirements

  • Unity 2021.3 or higher

Install via Package Manager

  1. Open the Package Manager from Window > Package Manager
  2. + button > Add package from git URL
  3. Enter the following to install
https://github.com/Zitga-Tech/ZBase.Csv-Reader.git?path=/Packages/ZBase.CsvReader

Package Manager

Or, open Packages/manifest.json and add the following to the dependencies block.

{
    "dependencies": {
        "com.zbase.csv-reader": "https://github.com/Zitga-Tech/ZBase.Csv-Reader.git?path=/Packages/ZBase.CsvReader"
    }
}

If you want to set the target version, specify it like follow.

{
    "dependencies": {
        "com.zbase.csv-reader": "https://github.com/Zitga-Tech/ZBase.Csv-Reader.git?path=/Packages/ZBase.CsvReader#1.0.0"
    }
}

License

This software is released under the MIT License. You are free to use it within the scope of the license. However, the following copyright and license notices are required for use.