Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Obi cloth mesh lagging behind a model
#3
(01-07-2019, 07:01 AM)josemendez Wrote: 1.- If your solver's update mode is set to after fixed update, make sure your character controller moves the character in FixedUpdate(). If your solver is set to late update, make sure your character controller scripts move the character in Update(). Each frame, the character movement should always happen before cloth simulation.

This did not help (see attachment). I set the solver to late update and made sure my script is running before yours - the cloth is still lagging.

I've applied Partel's fix - the IK is now working, but the cloth is still lagging behind.
Reply


Messages In This Thread
RE: Obi cloth mesh lagging behind a model - by cubrman - 01-07-2019, 01:24 PM