Best CSV deserializer on Unity.
Have you ever struggled with integrating spreadsheet-data ? With this asset, you can easily import your sheet data from CSV to your serializable objects.
- CSV Parsing
- Importing rows
- Importing a lot of variables to single object
- An example of how to import a published google-sheets.
- Full Source code
Note:It supports basic data types and array, you can expand various types like a sprite type on this asset.