Forum Discussion
Anonymous
8 years agoOVRGrabber 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_bearRetired 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:
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 9 years ago