Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
lobinzt's avatar
lobinzt
Honored Guest
8 months ago
Solved

Best way to use Ray Interactable with GameObjects?

Hello, I'm developing a solution on Unity, and I'm using a combo Ray Interactable + Grabbable to move 3D Objects, the GameObject has a Rigidbody attached too. But when I test, the movement seems off...
  • dexum11's avatar
    8 months ago

    I suggest you take a look at the ISDK comprehensive sample scene. You can raycast and grab the borders of the UI panel to move the panel around.