Home

Awesome

UnityIniFiles

A very naive implementation to import .ini configuration files into Unity

When is this useful?

This is useful if you have .ini file(s) that holds configuration and you are too lazy to convert them to another format that Unity can support. With this piece of code, you can import them directly.

How to use

Limitations