-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
Overview
The click event of the Unity UI buttons is not triggered with the WMR Motion Controllers. The button events with spatial mouse on the other hand are working correctly.
Expected Behavior
Pressing the Trigger (Select) on the WMR Motion Controllers while pointing at a button should trigger the OnClick event.
Actual Behavior
OnClick event is not triggered.
Steps to reproduce
- Use scene and script in MinimalUIButtonTest.zip with latest MRTK and standard profile.
- Start project in Unity Editor.
- Click on the button with the spatial mouse. The Unity console logs "Click"
- Click on the button with a WMR Motion Controller. There is no console log.
Unity Editor Version
2018.2.17f1
Mixed Reality Toolkit Release Version
mrtk_development branch