microsoft / MixedRealityToolkit-Unity

This repository is for the legacy Mixed Reality Toolkit (MRTK) v2. For the latest version of the MRTK please visit https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity
https://aka.ms/mrtkdocs
MIT License
6k stars 2.12k forks source link

[MRTK3] Hand interactor colliders block 2D mouse input #10788

Closed Zee2 closed 1 year ago

Zee2 commented 2 years ago

This issue has been migrated a new MRTK repository, and the status of this issue will now be tracked at the following location:


Describe the bug

Hand interactor colliders can block the screenspace 2D mouse input, even when the hand is not currently "up".

To reproduce

Place hands in front of view. Regardless of whether the hand is active or not, the colliders on the hand can and will still block 2D mouse input.

Expected behavior

2D mouse input shouldn't hit the interactor colliders.

Zee2 commented 1 year ago

Now closed due to IMM's mouse-hand exclusivity