EasyCsv RedScarf $0.0 (5) Tools Integration Date Price 日期和时间 价钱($) 07/14(2018) 0.0 11/19(2024) 0.0 Jump AssetStore このアセットの説明 It's just a lightweight helper class for writing and reading files in a "CSV" format. Support export class from csv data. Quick start: CsvHelper.Init(); var table = CsvHelper.Create("csvName", "csv text"); Debug.Log(table.Read(0,0)); Enjoy!