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

Selecting a grabbable with a ray interactor randomly snaps it closer

endasil opened this issue · comments

I select a grabbable with a ray interactor and have anchor control active. Expected result: I gain control of the object where it is. The actual result: the object moves closer every time I grab it and eventually move into the player.

Is there a workaround for this bug?

Yeah, check the "Use Dynamic Attach" box so that the intersection of your ray with the object becomes the attach point.

image