ViveSoftware / ViveInputUtility-Unity

A toolkit that helps developing/prototyping VR apps.
http://u3d.as/uF7
Other
353 stars 82 forks source link

Navigation event doesn't sends if disable laser pointer while pointer above UI element #16

Closed Hitomilras closed 6 years ago

Hitomilras commented 6 years ago

If laser pointer is above some UI element (and element highlighted), disabling laser pointer doesnt disable ui element highlights.

lawwong commented 6 years ago

Hi, thanks for your report. Handling the hover event when disabling the laser pointer is accidentally skipped by this line. You can simply remove the line or copy from the fixed file to resolve the bug temporarily. We will release the changes in next version asap.