For some reason, grabbing an object with the oculus hand tracking doesn’t seem to work properly with colliders?
What’s supposed to happen: While holding the object (mug) inside the collider, a highlight of the object will appear. When releasing the object while it’s in the collider the object will snap into place.
What actually happens: Holding the object inside the collider triggers OnTriggerEnter() and OnTriggerExit() repeatedly. Currently, I have it printing a log message when the mug’s collider triggers each of these events; so I’m pretty sure it has nothing to do with my snapping code.
Anyone else experience this? You should be able to replicate it with Oculus’s pose grab example if anyone else wants to try.
If this is a bug, anyone know where I should report it? Also, maybe there’s a work-around?
Thanks!