Version: 2020.2
LanguageEnglish
  • C#

ArticulationBody.solverIterations

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual
public int solverIterations;

Description

The solverIterations determines how accurately articulation body joints and collision contacts are resolved.

If you are having trouble with connected articulation bodies oscillating and behaving erratically, setting a higher solver iteration count may improve their stability, but is slower to compute. Overrides Physics.defaultSolverIterations. Must be positive.

See Also: ArticulationBody.solverVelocityIterations.