MRTK2 Interactable I Which Receiver should I use?
So I am trying to create my own button in unity with MRTK2 for the Hololens2 but my problem is, that I do not know which receiver I should use in the interactable component. Usually I use OnPRessReceiver in Interactable, but only far, and the Button Pressed event in the PressableButtonHololens2 component. So OnPress is for AirTap and Button Pressed is for touch (just like the default button by MRTK) but is there any difference when I use the OnClick Event?