Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pin constraint offset
#7
(03-05-2018, 07:30 PM)leonrdo Wrote: UP

Hi there,

If you're already using 3.3 (which is the first version that removed constraint ordering, my mistake to say it was 3.2) then the order is correct by default (pin constraints are update last), there's nothing to do in regards to ordering.

Make sure that the simulation is happening every frame after you move the object. For instance, if your object is animated you should set the solver update mode to AfterFixedUpdate, or if you are manually changing the object's transform, use LateUpdate.
Reply


Messages In This Thread
Pin constraint offset - by leonrdo - 26-04-2018, 05:42 PM
RE: Pin constraint offset - by josemendez - 26-04-2018, 06:53 PM
RE: Pin constraint offset - by leonrdo - 26-04-2018, 07:29 PM
RE: Pin constraint offset - by josemendez - 26-04-2018, 09:30 PM
RE: Pin constraint offset - by leonrdo - 27-04-2018, 01:13 PM
RE: Pin constraint offset - by leonrdo - 03-05-2018, 07:30 PM
RE: Pin constraint offset - by josemendez - 05-05-2018, 12:35 PM