After imported the plugin into my project, a warning message always appears when I open my Unity Editor (version 2019):
There are menu items registered under Edit/Project Settings: QuickSheet/Select Excel Setting, QuickSheet/Select Google Data Setting
Consider using [SettingsProvider] attribute to register in the Unified Settings Window.
After imported the plugin into my project, a warning message always appears when I open my Unity Editor (version 2019):
Seems that since version 2018, Unity don't want us to put any menu items under "Edit/Project Settings" anymore. Therefore, I suggest to change
and
to
and