Class that allow to create and parse simple ini files.
Demo
Description:
The result ini file will be saved in Application.persistentDataPath.
IniFile will use PlayerPrefs to store data in case of WebPlayer build.
You can also force IniFile to use PlayerPrefs by defining USE_PLAYER_PREFS macro at the beginning of "IniFile.cs" file.