Unity-Technologies / XR-Interaction-Toolkit-Examples

This repository contains various examples to use with the XR Interaction Toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Moving an Interactable with a Raycast Interactor causes the hover event to trigger multiple times

SeanBannister opened this issue · comments

If you grab any Interactable object (including Instantaneous) and move it quickly the Ray Interactor disconnects (moves faster than) the object and the hover event is triggered multiple times. This causes obvious issues like haptics to vibrate on the controller constantly as your moving smaller objects because the Ray Interactor constantly becomes disconnected from them.

Another side effect of this bug is seen in this video, when the Ray Interactor disconnects from the Interactable the Ray Interactor is no longer blocked by it so the ray shoots off into the distance flashing on and off.