MixedRealityToolkit-Unity icon indicating copy to clipboard operation
MixedRealityToolkit-Unity copied to clipboard

Canvas Interactor now managed by interaction modes

Open RogPodge opened this issue 3 years ago • 1 comments

Overview

Modifies the Canvas Proxy Interactor to be properly managed by the Interaction Mode Manager. Prior, there would be a bug where during input simulation, you could accidentally trigger interactions with the mouse pointer while controlling the simulated hand.

Changes

  • Fixes: #10837

RogPodge avatar Aug 08 '22 17:08 RogPodge

Do we have a docs page for the IMM? Would be nice to describe how this new interface for interactors works and the overall mechanisms behind the IMM.

Zee2 avatar Aug 12 '22 20:08 Zee2

I think it'll break existing IMM's which are based on top of ours. New mode detectors prefabs will be broken, but code paths should be permissive/easily migratable.

RogPodge avatar Aug 15 '22 21:08 RogPodge

Just found some NREs. Might be an issue with this PR...

Zee2 avatar Aug 15 '22 21:08 Zee2

Where are you seeing NRE's? I pulled down the branch and have no issues.

RogPodge avatar Aug 15 '22 21:08 RogPodge