From 1d7e88635f42b0187d0b5dd0eeef8f94cd19037e Mon Sep 17 00:00:00 2001 From: Wojciech Figat Date: Mon, 1 Aug 2022 11:38:41 +0200 Subject: [PATCH] Allow content finder in game window during edit time --- Source/Editor/Windows/GameWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Editor/Windows/GameWindow.cs b/Source/Editor/Windows/GameWindow.cs index 0560c3068..f5d6c8d45 100644 --- a/Source/Editor/Windows/GameWindow.cs +++ b/Source/Editor/Windows/GameWindow.cs @@ -326,7 +326,7 @@ namespace FlaxEditor.Windows } /// - protected override bool CanOpenContentFinder => false; + protected override bool CanOpenContentFinder => !Editor.IsPlayMode; /// protected override bool CanUseNavigation => false;