From 84f6e2f90f6b332caea8b497053ce5366a144527 Mon Sep 17 00:00:00 2001 From: Chandler Cox Date: Fri, 17 Nov 2023 11:25:54 -0600 Subject: [PATCH 1/3] Hide search window and search nodes from UIControls --- Source/Editor/Windows/Search/ContentSearchWindow.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Editor/Windows/Search/ContentSearchWindow.cs b/Source/Editor/Windows/Search/ContentSearchWindow.cs index e6e407247..305fa16d6 100644 --- a/Source/Editor/Windows/Search/ContentSearchWindow.cs +++ b/Source/Editor/Windows/Search/ContentSearchWindow.cs @@ -72,6 +72,7 @@ namespace FlaxEngine.Windows.Search /// /// The content searching window. Allows to search inside Visual Scripts, Materials, Particles and other assets. /// + [HideInEditor] internal class ContentSearchWindow : EditorWindow { /// @@ -115,6 +116,7 @@ namespace FlaxEngine.Windows.Search } } + [HideInEditor] private sealed class SearchResultTreeNode : TreeNode { public Action Navigate; From 06c56d0a4b9d84918c75342c9b165369a197aaa0 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Sat, 18 Nov 2023 23:46:42 +0100 Subject: [PATCH 2/3] Fix bug when spawning new prefab objects during scene load due to regression in async scene init --- Source/Engine/Level/SceneObjectsFactory.cpp | 20 ++++++++++++-------- Source/Engine/Level/SceneObjectsFactory.h | 3 ++- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/Source/Engine/Level/SceneObjectsFactory.cpp b/Source/Engine/Level/SceneObjectsFactory.cpp index 954b3b399..574a179d6 100644 --- a/Source/Engine/Level/SceneObjectsFactory.cpp +++ b/Source/Engine/Level/SceneObjectsFactory.cpp @@ -48,6 +48,7 @@ void MissingScript::SetReferenceScript(const ScriptingObjectReference