MixedRealityToolkit / MixedRealityToolkit-Unity

This repository holds the third generation of the Mixed Reality Toolkit for Unity. The latest version of the MRTK can be found here.
BSD 3-Clause "New" or "Revised" License
358 stars 91 forks source link

Mouse can interact with MRTK UI elements while hands are present in the scene. #389

Closed IssueSyncBot closed 12 months ago

IssueSyncBot commented 12 months ago

Original issue opened by:

@RogPodge RogPodge


Describe the bug

When using input simulation, the mouse can accidentally interact with UI elements while the simulated hands are on the screen.

To reproduce

Steps to reproduce the behavior:

  1. Open the MRTK HandInteractionExamples scene
  2. Start the scene
  3. Bring up the simulated hand
  4. Try interacting with the scene using the mouse pointer.

Expected behavior

The mouse pointer should be disabled from interacting with elements in the scene when hands are present.

Screenshots

If applicable, add screenshots to help explain your problem.

Your setup (please complete the following information)


ISSUE MIGRATION

Issue migrated from: https://github.com/microsoft/MixedRealityToolkit-Unity/issues/10837

IssueSyncBot commented 12 months ago

Original comment by:

@keveleigh keveleigh


Fixed via https://github.com/microsoft/MixedRealityToolkit-Unity/pull/10838