Obi Official Forum
Adding Pin Constraint in Unity 2017.1.0f3 - Printable Version

+- Obi Official Forum (https://obi.virtualmethodstudio.com/forum)
+-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html)
+--- Forum: Obi Rope (https://obi.virtualmethodstudio.com/forum/forum-4.html)
+--- Thread: Adding Pin Constraint in Unity 2017.1.0f3 (/thread-127.html)



Adding Pin Constraint in Unity 2017.1.0f3 - echer - 12-09-2017

Trying to add a pin constraint and it will not allow me to add an object to the Pinned To: Parameter... it acts like nothing is in the scene at all...


I have created a cube and added the Rigid Body to it


RE: Adding Pin Constraint in Unity 2017.1.0f3 - josemendez - 12-09-2017

(12-09-2017, 05:11 PM)echer Wrote: Trying to add a pin constraint and it will not allow me to add an object to the Pinned To: Parameter... it acts like nothing is in the scene at all...


I have created a cube and added the Rigid Body to it

3.2 Introduces a new collision and pin constraints system. See: http://obi.virtualmethodstudio.com/tutorials/collisions.html

You have to add a ObiCollider component to your cube. Then, drop this component into the "Pinned To:" slot of the pin constraint.

cheers!