ogxd / project-curator

A convenient tool to help cleaning and maintaining Unity Projects 🧹✨
Do What The F*ck You Want To Public License
153 stars 27 forks source link

Move `ProjectCuratorSettings.json` out of `ProjectSettings/` #18

Closed rhys-vdw closed 7 months ago

rhys-vdw commented 1 year ago

Currently the database is stored in ProjectSettings which conventionally is checked in to version control. Doing so would lead to many merge conflicts.

I suggest moving it into either UserSettings or Library. I think in this case it might make the most sense to move it to Library since it does not contain "settings" (the only setting is the overlay toggle, which is stored in EditorPrefs).