-
Hi, I want to implement the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@camroo29, you'll need to read up on Unity's XRI package. All interactions in MRTK3 go through this input system, which is sufficiently different than MRTK2. One approach for handling drag in Unity's XRI is.
I highly recommend reading up on https://docs.unity3d.com/Packages/com.unity.xr.interaction.toolkit@2.4/manual/index.html |
Beta Was this translation helpful? Give feedback.
@camroo29, you'll need to read up on Unity's XRI package. All interactions in MRTK3 go through this input system, which is sufficiently different than MRTK2.
One approach for handling drag in Unity's XRI is.
I highly recommend reading up on https://docs.unity3d.com/Packages/com.…