Obi Official Forum
Two actors in a solver attachments - Printable Version

+- Obi Official Forum (https://obi.virtualmethodstudio.com/forum)
+-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html)
+--- Forum: Obi Softbody (https://obi.virtualmethodstudio.com/forum/forum-12.html)
+--- Thread: Two actors in a solver attachments (/thread-3936.html)



Two actors in a solver attachments - TobyWans - 14-07-2023

So I´m trying to create an Oculus VR game where you can grab softbodies with the controller and in my script i attach the softbodies to the hands if you're close enough and you are pressing the trigger, it works fine with one but when i add another softbody to the solver its like it grabs both objects in the same way.

Probably something in my script but i just can't seem to find the reason.


RE: Two actors in a solver attachments - TobyWans - 14-07-2023

Alright after some fixing i thing i got it to work just by using the ObiContactGrabber and a separate script to trigger the grab and release with the controllers.