Details
- 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
- ...
- Read samples to understand how to use package
- Require Unity 2021.3 or higher.
- Many improvements on various places.
- Many refactoring regarding class hierarchy.
⚠️ The README might be out-of-date.
- Unity 2021.3 or higher
- Open the Package Manager from Window > Package Manager
+
button > Add package from git URL- Enter the following to install
https://github.com/Zitga-Tech/ZBase.Csv-Reader.git?path=/Packages/ZBase.CsvReader
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"
}
}
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.