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 2fea853 commit b45cb0fCopy full SHA for b45cb0f
Assets/Editor Toolbox/Editor/ToolboxEditorProject.cs
@@ -20,7 +20,7 @@ static ToolboxEditorProject()
20
}
21
22
private static readonly Dictionary<string, FolderData> pathBasedFoldersData = new Dictionary<string, FolderData>();
23
- private readonly static Dictionary<string, FolderData> nameBasedFoldersData = new();
+ private readonly static Dictionary<string, FolderData> nameBasedFoldersData = new Dictionary<string, FolderData>();
24
25
/// <summary>
26
/// Draws icons and additional tooltips for matched assets.
0 commit comments