We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2f3a9 commit 5b6282eCopy full SHA for 5b6282e
Editor/GlobalConst.cs
@@ -2,7 +2,7 @@ namespace UNKO.Unity_Builder
2
{
3
public static class GlobalConst
4
5
- public static readonly string CreateAssetMenu_Prefix = "UNKO/unity-builder";
6
- public static readonly string EditorContextMenu_Prefix = "Tools/UNKO/unity-builder";
+ public const string CreateAssetMenu_Prefix = "UNKO/unity-builder";
+ public const string EditorContextMenu_Prefix = "Tools/UNKO/unity-builder";
7
}
8
0 commit comments