Project Setting
A data model of project setting
Last updated
A data model of project setting
Last updated
As project dependency (package) is a separate project for any other projects to rely on, setting should be separated by each project.
Unity Editor's Project Setting window is a place to handle settings of all dependencies. However there is almost no package developer using it. It is quiet complicated to build up and Unity do not force developers to build settings in this way.
This is a abstract class that your settings should inherit to.