Merge remote-tracking branch 'origin/master' into 1.7

# Conflicts:
#	Source/Engine/Physics/PhysX/SimulationEventCallbackPhysX.cpp
This commit is contained in:
Wojtek Figat
2023-09-13 10:29:28 +02:00
22 changed files with 1328 additions and 136 deletions

View File

@@ -79,6 +79,7 @@ namespace FlaxEditor.Windows
Editor.ContentDatabase.Engine.Visible = value;
Editor.ContentDatabase.Engine.Folder.Visible = value;
RefreshView();
_tree.PerformLayout();
}
}
}
@@ -99,6 +100,7 @@ namespace FlaxEditor.Windows
project.Visible = value;
project.Folder.Visible = value;
RefreshView();
_tree.PerformLayout();
}
}
}