So the last days I searched the Internet on how to recognise HoloLens gestures in C#/Unity (for instance a normal Tap Gesture).
I for instance tried the GestureRecognizer but it seems to be outdated and I was not able to get it to work.
I tested it by emulating in Unity(Mixed Reality Toolkit) and holding 'Space' in order to see the hand and clicked to left mouse button.
That way I can interact with objects like using the HoloLens normally, but I was not able to get the GestureRecognizer to work.
Any code snippets would be helpful. I am simply trying to Log (or later on call a method) if a single tap or double tap was recognised.