I am trying to develop a HoloLens 2 app using MRTK in Unity. My goal is to execute a function when holding/air tapping, so I have followed this tutorial. I have added a new Input Action, marked it as "Digital", and linked it to the Hold gesture Action under the Gestures drop down. However, when I try to assign it to the InputActionHandler script (which is in my camera object), it throws the following error whenever I select my custom Action from the drop down:
IndexOutOfRangeException: Index was outside the bounds of the array.
Microsoft.MixedReality.Toolkit.Input.Editor.InputActionPropertyDrawer.OnGUI (UnityEngine.Rect rect, UnityEditor.SerializedProperty property, UnityEngine.GUIContent content)
Selecting other default actions doesn't give this error, and since I can see my Action in the dropdown, I'm assuming it may be a bug.
Any help is appreciated, thank you.


