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.

An Ini file is a configuration file for computer software that consists of a text-based content with a structure and syntax comprising key–value pairs for properties, and sections that organize the properties. The definition of Ini-File 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/Ini File Manager to create one. You may create multiple Ini-File Managers as you want.

Editor

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

IniFileEditor.png

Untitled

  1. The Ini-File Manager that is current 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. Add a new data.
  7. Enable/disable the Edit Mode.
  8. Search bar.
  9. Section.
  10. Key.
  11. Value.
  12. Comment.