Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Obi Cloth Jittering
#3
(13-04-2019, 04:33 PM)josemendez Wrote: Hi,

If you're going to move the boat by directly setting its transform (which is not a good idea when using any kind of physics), do so in FixedUpdate() instead of Update().

That should get rid of the jittering.

kind regards,

Thanks for the quick reply. You're right about movement using the transform, so I've switched over to adding force to the rigidbody for movement, but still get the same jittering.

I can provide a test scene if you need.

Thanks
Reply


Messages In This Thread
Obi Cloth Jittering - by adamjm - 13-04-2019, 03:21 PM
RE: Obi Cloth Jittering - by josemendez - 13-04-2019, 04:33 PM
RE: Obi Cloth Jittering - by adamjm - 14-04-2019, 01:38 AM
RE: Obi Cloth Jittering - by josemendez - 15-04-2019, 07:23 PM