Merge branch 'sort-projects' of https://github.com/Tryibion/FlaxEngine into Tryibion-sort-projects

This commit is contained in:
Wojtek Figat
2023-09-10 12:05:14 +02:00

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();