-
Notifications
You must be signed in to change notification settings - Fork 160
Open
Labels
Type: BugA problem with an existing feature that can be fixed with the next patched release.A problem with an existing feature that can be fixed with the next patched release.
Description
Description
The little white rings of each pointer stay stuck in place, when the related hand is lost, while hovering over certain elements in a WoldSpace UI. All my canvases use the TrackedDeviceGrahicRaycaster and intractable elements like buttons have colliders (same structure as in example scenes). If the pointer hovers over a TextMesh element (UI without Collider), the reticle gets stuck. If it hovers over a PressableButton, it disappears as expected.
I'm using the MRTK XR Rig. The issue occurs inside the editor and the deployed application.
Reproduce?
- Create a Canvas in WorldSpace in a Scene with the MRTK XR Rig.
- Try to hover with a far ray over the Canvas (won't work, no raycast possible)
- Now add a TrackedDeviceGrahicRaycaster to the Canvas and do the same again. Now the far ray lands on the Canvas, but the reticles stay stuck, after the had was lost.
Expected behaviour
Pointer reticles never get stuck and are only visible when a related pointer is actively tracked
Versions
Target platforms
- Magic Leap 2
- Unity Editor
Metadata
Metadata
Assignees
Labels
Type: BugA problem with an existing feature that can be fixed with the next patched release.A problem with an existing feature that can be fixed with the next patched release.


