needle-tools / shadergraph-markdown

Markdown-like syntax for ShaderGraph properties, to make better material inspectors
239 stars 17 forks source link

Remove the space in "Project Settings" under ShaderGraphMarkdownSettings.cs #1

Closed daneobyrd closed 3 years ago

daneobyrd commented 3 years ago

Remove the space in Project Settings to avoid "duplicate" folders in Unity. By default Unity generates a ProjectSettings folder while SG Markdown generates an extraneous Project Settings folder. One of my programmers is wary of using SG Markdown due to this admittedly small and minor issue.

https://github.com/needle-tools/shadergraph-markdown/blob/b462bca2323de1a26f11e4a7fe907a69b0d586b6/Editor/Settings/ShaderGraphMarkdownSettings.cs#L49