Skip to content

Commit 73fcb2d

Browse files
committed
don't check for imgui feature flag in the uitk editor window
1 parent 70939f6 commit 73fcb2d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Packages/com.unity.inputsystem/InputSystem/Editor/UITKAssetEditor/InputActionsEditorWindow.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ public static bool OpenAsset(int instanceId, int line)
5858

5959
private static bool OpenAsset(Object obj)
6060
{
61-
if (InputSystem.settings.IsFeatureEnabled(InputFeatureNames.kUseIMGUIEditorForAssets))
62-
return false;
63-
6461
// Grab InputActionAsset.
6562
// NOTE: We defer checking out an asset until we save it. This allows a user to open an .inputactions asset and look at it
6663
// without forcing a checkout.

0 commit comments

Comments
 (0)