Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solver is too performance heavy
#29
(16-06-2025, 06:44 PM)quent_1982 Wrote: I'm rotating player by default using AddTorque, I do not know why Chenji mentioned it
If you did then you can just ignore this checkpoint. How and where you rotate actually is important. Do you rotate in FixedUpdate? If not try to do that. If you rotate in a late stage, you'll probably also get 1-frame-gap issue. 

Also did you try my suggestion to manually change particle position in solver.OnInterpolate to keep rope follow player's hands? I think this should work as a last resort.
Reply


Messages In This Thread
Solver is too performance heavy - by quent_1982 - 27-05-2025, 03:53 PM
RE: Solver is too performance heavy - by chenji - 16-06-2025, 07:30 AM
RE: Solver is too performance heavy - by chenji - 16-06-2025, 01:40 PM
RE: Solver is too performance heavy - by chenji - 17-06-2025, 07:10 AM