Friday 18 November 2011

INISystem - Awaiting Approval


While working on Canyon Project we developed a system which allows easy reading, editing and creating of ini files (simple config type files). It works with sections, which allows there to be multiple "variables" with the same name under different sections.

A basic ini layout will be similar to the following:
[general]
startLevel=1
language=En

[graphics]
width=1920
height=1080
anti-aliasing=8x
The system simplifies the processing of these files to allow you to access elements within each section regardless of whether there are elements with the same name under different sections.

INISystem will only work correctly with standalone builds as it makes use of System.IO for reading and saving.
It has only been tested on a Windows 7 (x64) pc but should work with Mac and other Windows versions.

It has currently been uploaded to Unity's Asset Store where it will be available soon, hopefully, for $10.

Name: INISystem
Source: C#
Price: $10
Asset Store Link

Regards,
Garth (Lead)

No comments:

Post a Comment