Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Rope position delay from parent
#4
(15-05-2018, 07:57 PM)VirtualCucumber Wrote: [Image: 979klqD.gif]

If i change the simulation order off of Fixed Update it will snap properly but need it to interact with other physic objects properly.

Any advice?

Use "After Fixed Update" as your simulation order, if the object is moved using animation.

If you're not using animation but procedural movement in Update(), do it in FixedUpdate() instead.
Reply


Messages In This Thread
RE: Rope position delay from parent - by cubrman - 15-05-2018, 08:02 PM
RE: Rope position delay from parent - by josemendez - 16-05-2018, 12:02 PM