Save file C# help

Discuss coding questions, pull requests, and implementation details.
Post Reply
kenorta
Posts: 1
Joined: Sun Jun 19, 2022 10:44 pm

Save file C# help

Post 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

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

Re: Save file C# help

Post 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.

Post Reply