Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
lufinkey's avatar
lufinkey
Protege
3 years ago
Solved

[Interaction SDK] hover no longer works after most recent update (v42)

I just updated from v40 to v42 of the interaction SDK, and noticed that hover events no longer work as expected. Instead, when an object is grabbed, a hover event is triggered followed by a select event in the next frame. This prevents any custom hover logic in the interactable from actually working.

 

Anybody else encounter this / have a fix?

  • Evidently "Hover on Zero Strength" is a new added field on HandGrabInteractor, and is not set to true by default. Setting that field to true fixes the issue

1 Reply

Replies have been turned off for this discussion
  • Evidently "Hover on Zero Strength" is a new added field on HandGrabInteractor, and is not set to true by default. Setting that field to true fixes the issue