Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  ObiCloth + character interpolation - how to fix jittering?
#7
The solution turned out to be even simpler: I needed to ensure that my Obi cloth interpolation was performed *after* character controller interpolation. (The character controller was interpolating in LateUpdate, and Obi was interpolating in Update.)

Thanks again for the help!
Reply


Messages In This Thread
RE: ObiCloth + character interpolation - how to fix jittering? - by timconkling - 19-10-2023, 07:00 PM