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
10 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, my GameObject doesn't move along the Ray that I made, it moves, but not along correctly. (I can interact with my object, but the object moves very slowly in relation on Ray)

Is there a proper configuration to do?

 

  • 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. 

2 Replies

Replies have been turned off for this discussion
  • 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. 

    • lobinzt's avatar
      lobinzt
      Honored Guest

      Yep, that the way that actually works well, thanks!