Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Adding Pin Constraint in Unity 2017.1.0f3
#1
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
Reply
#2
(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/tutor...sions.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!
Reply