Forum Discussion

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

OVRGrabber without OVRAvatar

I'm working through OVRGrabber and OVRGrabbable without using OVRAvatar (so just OculusUtilities).

After 24 hours of failure (and trying every variable combination under the sun), it's time to ask if I'm doing something obviously wrong!

Player is an Empty GameObject with a Rigidbody and a simple movement script  (Axis2D Primary and Secondary Thumbsticks).
Touch Hands are 3DObject Cubes (with Box Collider, RigidBody, OVRGrabber and a simple script for touch controller movement) as a child of Player.
Object is a 3DObject Cube (with Box Collider, RigidBody and OVRGrabbale).

What needs to be done to enable grab?

. 

Further info in case it helps :

Main Camera is a child of Player.
OVRManager is included in the scene as a child of an Empty GameObject.
Unity 2017.1.3f1, Oculus Utilities 1.22, OVRPlugin 1.22, SDK 1.22.

The AvatarGrabSample works great, as does ToyBox, so I know it's a problem with the build.

Thanks for any help.




1 Reply

Replies have been turned off for this discussion
  • mouse_bear's avatar
    mouse_bear
    Retired Support
    @echo_vr

    Hello, and welcome to the Oculus Developer Forums!

    It may have to do with missing grab volumes (as colliders) on the OVR Grabber script, take a look at how it's setup within the AvatarWithGrab sample: