load custom ini files with unity?

Show off your mod creations or just a work in progress.
Post Reply
User avatar
Nystul
Posts: 1501
Joined: Mon Mar 23, 2015 8:31 am

load custom ini files with unity?

Post by Nystul »

is there a recommended solution to load custom ini files with unity? don't want to code it by myself...
who has some experience with this?

User avatar
Interkarma
Posts: 7236
Joined: Sun Mar 22, 2015 1:51 am

Re: load custom ini files with unity?

Post by Interkarma »

INI support comes built-in from DFTFU 1.4. If you'd like to setup another project, I use this one and it works very well. :)

https://github.com/rickyah/ini-parser

User avatar
Nystul
Posts: 1501
Joined: Mon Mar 23, 2015 8:31 am

Re: load custom ini files with unity?

Post by Nystul »

ah thanks, i will stick to this implementation to reduce redundancy of functionality later on when merging... ;)

Post Reply