Determines the default path used when saving your editor script assets.
This is used by the create script wizard as the default save path when new editor-specific scripts are being created.
Default Value
The default value is “Editor”. This means that by default all editor scripts will be saved to “Assets/Editor”.
Example Value
“Scripts/Editor/Other”. This would mean that by default all your editor scripts would be saved to “Assets/Scripts/Editor/Other”.