Project Prefs is an essential tool that allows you to save project specific preferences. It also contains a window that allows to modify Player and Project prefs.Forum Link | Web Page | WikiProject Prefs allows you to easily save preferences for your editor assets. This asset can only be used on the editor. The preferences are saved as an ini file under the ProjectSettings folder. It also contains an editor window that allows you to modify your saved prefs. The UI allows you to easily manage your settings.The API is built to be similar to UnityEditor.EditorPrefs and UnityEngine.PlayerPrefs classes.For ini parsing it uses my public parser that can be found on my GitLab page. This is currently included with full source code.Built to be similar to UnityEditor.EditorPrefs and UnityEngine.PlayerPrefs