As it is a scriptable object, linking files is not mandatory. Linking files only provide to save data in the specified file or read data from the specified file. You can still use it as a regular scriptable object.

comma-separated values(CSV) file is a delimited text file that uses a comma to separate values. Each line of the file is a data record. Each record consists of one or more fields, separated by commas. Using the comma as a field separator is the source of the name for this file format. A CSV file typically stores tabular data (numbers and text) in plain text, where each line will have the same number of fields. For the definition, please see here.

Create a INI-File Manager

Right-click on the Project window of Unity Editor and select Create/Two Cats Code/Data Manager/CSV Manager to create one. You may create multiple CSV Managers as you want.

Editor

Click the icon in the inspector to open the Ini-File Manager Editor Window.

IniFileEditor.png

CSV Editor.png

  1. The CSV Manager is currently editing.
  2. Save the data to the linked file.
  3. Select/create a linked file on local.
  4. Load the Linked File.
  5. The relative file path of the Linked File.
  6. Enable/disable the Edit Mode.
  7. Search bar.
  8. Pages.
  9. Rows pre-page.
  10. The size of cells.
  11. Control tools, move the cols.
  12. The record of the row.
  13. Control tools, and move the rows.