Publisher | Rotary Heart |
---|---|
File size | 174.02kB |
Number of files | 18 |
Latest version | 1.2.2 |
Latest release date | 2021-11-04 04:17:25 |
First release date | 2018-03-16 06:18:22 |
Supported Unity versions | 2018.4.2 or higher |
Forum Link | Web Page | Wiki
Project 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.