Yesterday, 01:40 PM
(28-01-2025, 10:07 PM)josemendez Wrote: I’m not familiar with the Oculus SDK, but seems like It doesn’t. As soon as you grab a OVRGrabbable object, it becomes kinematic:Oh wow I overlooked that - thanks for letting me know!
https://github.com/fbsamples/oculus-netw...abbable.cs
A kinematic rigidbody doesn’t have linear or angular velocities, and can’t receive forces. As a result it cannot realistically interact with other physical objects.
Not sure how the Oculus API would allow you to interact with rigidbodies. I’d suggest asking Meta or looking at their documentation regarding this matter.
Kind regards,