We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5cbe8 commit 1740639Copy full SHA for 1740639
Packages/com.unity.inputsystem/InputSystem/Editor/ControlPicker/InputControlPathEditor.cs
@@ -67,7 +67,7 @@ public void SetExpectedControlLayout(string expectedControlLayout)
67
m_ExpectedControlLayout = expectedControlLayout;
68
m_PickerDropdown?.SetExpectedControlLayout(m_ExpectedControlLayout);
69
}
70
-
+
71
public void SetExpectedControlLayoutFromAttribute()
72
{
73
var field = pathProperty.GetField();
0 commit comments