Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Rope ends didn't move correctly
#3
(20-05-2020, 10:44 AM)josemendez Wrote: It depends on when you move the object relative to the rope (before or after, remember that by default the solver is updated in FixedUpdate(), if you move the object after FixedUpdate there will be a 1-frame delay), and whether the attachment is static or dynamic.

The object is moving with NavmeshAgent movement, and the attachment is static, should I make it dynamic? and what's the difference between static and dynamic?
Reply


Messages In This Thread
Rope ends didn't move correctly - by Kifwat - 19-05-2020, 10:13 PM
RE: Rope ends didn't move correctly - by Kifwat - 20-05-2020, 12:11 PM
RE: Rope ends didn't move correctly - by Kifwat - 20-05-2020, 01:21 PM