Page 1 of 1

Save file C# help

Posted: Sun Jun 19, 2022 10:48 pm
by kenorta
Hey,

Im a unity programmer and have been looking at the code for saving in INI files. I cant fine anything on the IniParser namespace, does anyone know if its custom made or something built in? When i use it in my project it says it doesnt exist,

Thanks for any help

Re: Save file C# help

Posted: Mon Jun 20, 2022 12:15 am
by Interkarma
Hey welcome to the forums. :)

DFU uses INI File Parser to read settings. You'll find the DLL in Assets/Resources and would need to import this into your own project to use that namespace. The repo linked has all the info you'd need along with download.

You're welcome to use any code I've written for DFU to manage settings.ini. You might need to update code though if you use a newer version of INI File Parser than DFU.