jehdiaizon
14 days agoHonored Guest
How do i create velocity tracked movement type while grabbing an object (v77 ISDK)
Hi I'm trying to get a behaviour exactly like Unity XR's velocity tracked movement type like below but for Meta's ISDK v77:
This is what I'm currently getting:
as you can see, it goes through the object, both are grabbables, both have rigid bodies, colliders, etc, and no triggers.
When I'm holding an object, it does not work, but when I release the object, all colliders work.
Im using v77 ISDK
What I've tried:
- Using PhysicsGrababble (depricated)
- Playing around with Rigidbodies and their values (made sure they are not kinematic)
- Made sure colliders are not triggers
- In Grabbable, unchecked Kinematic While Selected
- Tried using fixable joints (too complicated so I gave up)