
Optimized for speed, INI Master handles reading and writing large files with minimal overhead, making it suitable for runtime-critical applications.
Fully compatible with IL2CPP and Ahead-of-Time compilation, thanks to its reflection-free design. Works flawlessly in constrained Unity environments.
Beyond primitives, INI Master natively supports Unity types, arrays, lists, stacks, and hashsets, giving developers flexibility without extra serialization steps.
Supports organized sections with preserved comments (inline or block style), making configuration files both machine- and human-friendly.
The API is designed for convenience: `SetVar` and `GetVar<T>` cover most use cases, while advanced methods like `ReadSection` or `WriteSections` enable structured workflows.
Built on .NET Standard 2.1, it runs reliably across Windows, macOS, and Linux, while integrating seamlessly with Unity and standard .NET applications. Whether you're building games, tools, or backend services, it fits right in.
Designed and implemented the library, optimized for performance, and ensured seamless Unity integration.
The library is lightweight, cross-platform, and flexible. Reach out if you'd like to integrate it into your projects or see it open sourced.