11-03-2022 08:26 AM
Hello Everyone,
I'm having trouble performing something that should be quite straightforward.
The final goal is to make the correct controller vibrate when hovering a button. I got everything working except the capability to recognize which controller is the pointer from.
Once the pointer triggers the OnPointerEnter event, I want to get the information if it was the left or right controller and vibrate only the controller that triggered the action. Does anyone know how to do that?