Sort plugin projects in content tree.

This commit is contained in:
Chandler Cox
2023-09-02 13:13:34 -05:00
parent 36dca16991
commit 92a5432d22

View File

@@ -931,6 +931,7 @@ namespace FlaxEditor.Windows
// Add game project on top, plugins in the middle and engine at bottom
_root.AddChild(Editor.ContentDatabase.Game);
Editor.ContentDatabase.Projects.Sort();
foreach (var project in Editor.ContentDatabase.Projects)
{
project.SortChildrenRecursive();